X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fgame_sp%2Finit.c;h=c1dbc3e4f7f9109dbf9a0ba0fb99c087bcc93ea4;hb=4d3b0d040b3c5d397ac3b7a15f3d48c44d50e9dd;hp=b515020cd669d91c9ca18db87d6fb536f6a67d83;hpb=dd8521beb7a6b4aaf21168b328dfe7aa50f951ec;p=rocksndiamonds.git diff --git a/src/game_sp/init.c b/src/game_sp/init.c index b515020c..c1dbc3e4 100644 --- a/src/game_sp/init.c +++ b/src/game_sp/init.c @@ -80,7 +80,7 @@ void InitPrecedingPlayfieldMemory() void InitGfxBuffers_SP() { - ReCreateBitmap(&bitmap_db_field_sp, FXSIZE, FYSIZE, DEFAULT_DEPTH); + ReCreateBitmap(&bitmap_db_field_sp, FXSIZE, FYSIZE); } unsigned int InitEngineRandom_SP(int seed)