X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Flibgame%2Fsystem.c;h=12e724040fcb56d54728626c75e30018e4e1a165;hp=2980d7b990a1504cb31a889f759c881c2c99bb5a;hb=a765d70dda7da4500e7005ffa5913e24cd32c0fa;hpb=89ce36da9108b04faf263cd2624db2a2d9fc8f27 diff --git a/src/libgame/system.c b/src/libgame/system.c index 2980d7b9..12e72404 100644 --- a/src/libgame/system.c +++ b/src/libgame/system.c @@ -41,6 +41,7 @@ struct ArtworkInfo artwork; struct JoystickInfo joystick; struct SetupInfo setup; +LevelDirTree *leveldir_first_all = NULL; LevelDirTree *leveldir_first = NULL; LevelDirTree *leveldir_current = NULL; int level_nr;