mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-04-29 06:03:11 +00:00
shmup save data not only in shmup
This commit is contained in:
parent
e9bb38d3b1
commit
8e094e93a5
@ -2910,7 +2910,7 @@ EX void clearMemory() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void gamedata(hr::gamedata* gd) {
|
void gamedata(hr::gamedata* gd) {
|
||||||
if(shmup::on) {
|
if(true) {
|
||||||
gd->store(pc[0]); // assuming 1 player!
|
gd->store(pc[0]); // assuming 1 player!
|
||||||
gd->store(nextmove);
|
gd->store(nextmove);
|
||||||
gd->store(curtime);
|
gd->store(curtime);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user