1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-15 22:27:38 +00:00

CAP_ animations etc. cleanup

This commit is contained in:
?
2019-02-17 18:43:39 +01:00
committed by Zeno Rogue
parent 99aa7e420b
commit e39777f04d
11 changed files with 73 additions and 20 deletions

View File

@@ -467,6 +467,10 @@ union SDL_Event;
#define CAP_BT CAP_GEOMETRY
#endif
#ifndef CAP_STARTANIM
#define CAP_STARTANIM (!(ISMINI))
#endif
#ifndef CAP_FIELD
#define CAP_FIELD (!(ISMINI))
#endif