X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fgame_sp%2FGlobals.h;fp=src%2Fgame_sp%2FGlobals.h;h=4c8798d7c0aadb51d3b4dc7f8647e38d9cdaf4bd;hp=05d4cd7c01031c6180f3737e3914ce817ece07c8;hb=fe43dcf8ac7fb16e80d60a0c187bcbd65f40b5f2;hpb=97baecdfcf386d972f6f8e6eec9ddfd3021ed7ed diff --git a/src/game_sp/Globals.h b/src/game_sp/Globals.h index 05d4cd7c..4c8798d7 100644 --- a/src/game_sp/Globals.h +++ b/src/game_sp/Globals.h @@ -295,7 +295,8 @@ extern boolean DemoAvailable; extern boolean menBorder; #if 1 -extern int PlayField16[SP_MAX_PLAYFIELD_SIZE + SP_HEADER_SIZE]; +extern int *PlayField16; +// extern int PlayField16[SP_MAX_PLAYFIELD_SIZE + SP_HEADER_SIZE]; extern byte PlayField8[SP_MAX_PLAYFIELD_SIZE + SP_HEADER_SIZE]; extern byte DisPlayField[SP_MAX_PLAYFIELD_SIZE + SP_HEADER_SIZE]; #else