shmup save data not only in shmup

This commit is contained in:
Zeno Rogue 2022-07-23 16:33:00 +02:00
parent e9bb38d3b1
commit 8e094e93a5
1 changed files with 1 additions and 1 deletions

View File

@ -2910,7 +2910,7 @@ EX void clearMemory() {
}
void gamedata(hr::gamedata* gd) {
if(shmup::on) {
if(true) {
gd->store(pc[0]); // assuming 1 player!
gd->store(nextmove);
gd->store(curtime);