X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame.h;h=01209d95e53d733ace1fc96e2070d4a10b789f4b;hb=12a224578d49391c7c4c27ad898059ae17e9b880;hp=edbddd4d28871071b4bc583ef4f79533e01ef408;hpb=5ae04ac2ef54f6f164a797c16c9782042cc2ce67;p=rocksndiamonds.git diff --git a/src/game.h b/src/game.h index edbddd4d..01209d95 100644 --- a/src/game.h +++ b/src/game.h @@ -28,6 +28,9 @@ #define SC_DYNAMITE 8 #define SC_KEY 9 #define SC_TIME_BONUS 10 +#define SC_CRYSTAL 11 +#define SC_PEARL 12 +#define SC_SHIELD 13 void GetPlayerConfig(void); void DrawGameDoorValues(void);