mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-08-30 01:07:57 +00:00
missing CAP_ANIMATIONS guard
This commit is contained in:
@@ -314,7 +314,7 @@ void initConfig() {
|
||||
|
||||
addsaver(vid.linequality, "line quality", 0);
|
||||
|
||||
#if CAP_FILES && CAP_SHOT
|
||||
#if CAP_FILES && CAP_SHOT && CAP_ANIMATIONS
|
||||
addsaver(anims::animfile, "animation file format");
|
||||
#endif
|
||||
#if CAP_ANIMATIONS
|
||||
|
Reference in New Issue
Block a user