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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user