X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2Ffile.c;fp=src%2Fgame_sp%2Ffile.c;h=26f74167920efe9d835a4d154e378fe919b37270;hb=9401cea7061b513534a3244edd8944e852a28c7b;hp=5a525214b44576414d5e68a76578e6316d15aa6d;hpb=18863a5655e9e07d548e2d673e7f82336703c8fb;p=rocksndiamonds.git diff --git a/src/game_sp/file.c b/src/game_sp/file.c index 5a525214..26f74167 100644 --- a/src/game_sp/file.c +++ b/src/game_sp/file.c @@ -13,6 +13,8 @@ void setLevelInfoToDefaults_SP() char *empty_title = "-------- EMPTY --------"; int i, x, y; + native_sp_level.game_sp = &game_sp; + native_sp_level.width = SP_STD_PLAYFIELD_WIDTH; native_sp_level.height = SP_STD_PLAYFIELD_HEIGHT;