Browse Source

fix compile error

Wei Mingzhi 9 years ago
parent
commit
e104f25b4b
1 changed files with 12 additions and 0 deletions
  1. 12 0
      fight.h

+ 12 - 0
fight.h

@@ -76,12 +76,24 @@ PAL_BattleEnemyPerformAction(
    WORD         wEnemyIndex
 );
 
+#ifdef PAL_WIN95
+
+VOID
+PAL_BattleShowPlayerPreMagicAnim(
+   WORD         wPlayerIndex,
+   WORD         wObjectID
+);
+
+#else
+
 VOID
 PAL_BattleShowPlayerPreMagicAnim(
    WORD         wPlayerIndex,
    BOOL         fSummon
 );
 
+#endif
+
 VOID
 PAL_BattleDelay(
    WORD       wDuration,