1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-07 04:47:56 +00:00

rogueviz:: made gobot compile without video

This commit is contained in:
Zeno Rogue
2023-12-27 16:32:36 +01:00
parent eb4b7177f3
commit 18247ec98f
2 changed files with 3 additions and 1 deletions

View File

@@ -901,6 +901,7 @@ int rugArgs() {
else if(argis("-go-save")) save_go();
#if CAP_VIDEO
else if(argis("-go-video")) {
save_backup();
shift(); string s = args();
@@ -918,6 +919,7 @@ int rugArgs() {
delHook(anims::hooks_anim, a);
undo();
}
#endif
else return 1;
return 0;