Wei Mingzhi 10 years ago
parent
commit
d43fd4a576
1 changed files with 2 additions and 2 deletions
  1. 2 2
      script.c

+ 2 - 2
script.c

@@ -548,13 +548,13 @@ PAL_AdditionalCredits(
    };
    };
 
 
    int        i = 0;
    int        i = 0;
-
-   PAL_DrawOpeningMenuBackground();
 
 
 #ifdef PAL_WIN95
 #ifdef PAL_WIN95
    extern BOOL fIsBig5;
    extern BOOL fIsBig5;
    fIsBig5 = TRUE;
    fIsBig5 = TRUE;
 #endif
 #endif
+
+   PAL_DrawOpeningMenuBackground();
 
 
    while (rgszStrings[i][0] != '\0')
    while (rgszStrings[i][0] != '\0')
    {
    {