new state variable

This commit is contained in:
ehouse 2003-11-30 18:58:17 +00:00
parent 8b458d4e53
commit 42e6c071f6

View file

@ -162,7 +162,7 @@ typedef struct PrefsDlgState {
XP_Bool timerEnabled; XP_Bool timerEnabled;
#ifdef FEATURE_TRAY_EDIT #ifdef FEATURE_TRAY_EDIT
XP_Bool allowPickTiles; XP_Bool allowPickTiles;
XP_Bool allowPickTilesRobot; XP_Bool enablePickTiles;
#endif #endif
} PrefsDlgState; } PrefsDlgState;