File fix-build.patch of Package rnd_jue

diff --git a/src/game_sp/DDScrollBuffer.h b/src/game_sp/DDScrollBuffer.h
index e34ef21..17a0f72 100644
--- a/src/game_sp/DDScrollBuffer.h
+++ b/src/game_sp/DDScrollBuffer.h
@@ -21,7 +21,7 @@ extern int TEST_flag;
 
 
 extern void InitScrollPlayfield();
-extern void UpdatePlayfield();
+extern void UpdatePlayfield(boolean);
 extern void RestorePlayfield();
 
 extern void DDScrollBuffer_ScrollTo(int X, int Y);
diff --git a/src/init.c b/src/init.c
index 5e5301c..f2a137b 100644
--- a/src/init.c
+++ b/src/init.c
@@ -257,7 +257,7 @@ void InitGadgets()
   gadgets_initialized = TRUE;
 }
 
-inline void InitElementSmallImagesScaledUp(int graphic)
+static inline void InitElementSmallImagesScaledUp(int graphic)
 {
 #if 0
   struct FileInfo *fi = getImageListEntryFromImageID(graphic);
diff --git a/src/libgame/setup.c b/src/libgame/setup.c
index b7e34ad..dec5364 100644
--- a/src/libgame/setup.c
+++ b/src/libgame/setup.c
@@ -4033,7 +4033,7 @@ void LoadLevelSetup_SeriesInfo()
   /* always start with reliable default values */
   level_nr = leveldir_current->first_level;
 
-  checkSeriesInfo(leveldir_current);
+  checkSeriesInfo();
 
   /* ----------------------------------------------------------------------- */
   /* ~/.<program>/levelsetup/<level series>/levelsetup.conf                  */
openSUSE Build Service is sponsored by