X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2FGlobals.c;h=a73a6ffd68f3a1241dd693029cfc9985768afb05;hb=dc0d3a4edd8a5b989f6fcd89e48a77b4ca590df4;hp=d3813f00c186bb4669e3423bfcafb6e33b48934f;hpb=115ce6f2da1914d68b0fe0e5f9082973190dacdd;p=rocksndiamonds.git diff --git a/src/game_sp/Globals.c b/src/game_sp/Globals.c index d3813f00..a73a6ffd 100644 --- a/src/game_sp/Globals.c +++ b/src/game_sp/Globals.c @@ -166,13 +166,13 @@ void InitGlobals(void) bPlaying = False; menBorder = False; - /* add preceding playfield buffer (as large as preceding memory area) */ + // add preceding playfield buffer (as large as preceding memory area) PlayField16 = checked_calloc((game_sp.preceding_buffer_size + SP_MAX_PLAYFIELD_SIZE + SP_HEADER_SIZE) * sizeof(int)); PlayField16 = &PlayField16[game_sp.preceding_buffer_size]; - /* add preceding playfield buffer (as large as one playfield row) */ + // add preceding playfield buffer (as large as one playfield row) PlayField8 = checked_calloc((SP_MAX_PLAYFIELD_WIDTH + SP_MAX_PLAYFIELD_SIZE + SP_HEADER_SIZE) * sizeof(byte));