浏览代码

fix compile error

Wei Mingzhi 9 年之前
父节点
当前提交
e104f25b4b
共有 1 个文件被更改,包括 12 次插入0 次删除
  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,