X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame.h;h=22ea2e7ee74e1aa2ae49a9b2d38555d46eec6f25;hb=8a69c2a5a6c025385142696ac5bb9ab92e2b0dbc;hp=49c866a57672d483343d9de876038c6609aca4dd;hpb=abe44529b439ad39b4d8dbf19cbd67c9b9844279;p=rocksndiamonds.git diff --git a/src/game.h b/src/game.h index 49c866a5..22ea2e7e 100644 --- a/src/game.h +++ b/src/game.h @@ -28,7 +28,6 @@ #define NUM_PANEL_ELEMENTS 8 #define NUM_PANEL_CE_SCORE 8 -#if 1 struct GamePanelInfo { struct TextPosInfo level_number; @@ -99,19 +98,6 @@ struct GameButtonInfo struct Rect load; }; -#else - -struct GamePanelInfo -{ - struct XY level; - struct XY gems; - struct XY inventory; - struct XY keys; - struct XY score; - struct XY time; -}; -#endif - struct GameInfo { /* values for control panel */