X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fgame.h;h=22ea2e7ee74e1aa2ae49a9b2d38555d46eec6f25;hp=49c866a57672d483343d9de876038c6609aca4dd;hb=3ff2e8a0b5c27b99a9920bdf5ed82bc41bf40181;hpb=7bf1759dc1f54495a7e16b32f08697b00661c32e 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 */