rnd-20020402-1-src
[rocksndiamonds.git] / src / libgame / system.c
index 497f7e0b26741e90efd50e7b90996960a0804757..7962345528d0213a492de88aea4e8cb5d160b01e 100644 (file)
@@ -40,8 +40,8 @@ struct ArtworkInfo    artwork;
 struct JoystickInfo    joystick;
 struct SetupInfo       setup;
 
-struct LevelDirInfo    *leveldir_first = NULL;
-struct LevelDirInfo    *leveldir_current = NULL;
+LevelDirTree          *leveldir_first = NULL;
+LevelDirTree          *leveldir_current = NULL;
 int                    level_nr;
 
 Display                       *display = NULL;