From 8e094e93a5604062e292f725efb8eff2d69e1ae0 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sat, 23 Jul 2022 16:33:00 +0200 Subject: [PATCH] shmup save data not only in shmup --- shmup.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shmup.cpp b/shmup.cpp index 3f621451..37a9a6f0 100644 --- a/shmup.cpp +++ b/shmup.cpp @@ -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);