mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-25 01:20:37 +00:00
missing CAP_ANIMATIONS guard
This commit is contained in:
parent
1c5d79b4ba
commit
fa3a6d193d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user