replaced glib function calls to g_list_*()
[rocksndiamonds.git] / src / game_bd / main_bd.c
index d637acc85fc0348b2b89fcaa2e3317628a22b9dc..68f0ec400e8ff37e54d7066c7475cec45d3c5f6c 100644 (file)
@@ -137,7 +137,7 @@ boolean LoadNativeLevel_BD(char *filename, int level_pos, boolean level_info_onl
   // check if this cave has any replays
   if (native_bd_level.cave->replays != NULL)
   {
-    GList *item = native_bd_level.cave->replays;
+    List *item = native_bd_level.cave->replays;
 
     // try to find replay that was recorded for this difficulty level
     while (item != NULL &&