Removed AdditionalWeaponAnims from ddraw.ini (always enabled)

Updated version number.
This commit is contained in:
NovaRain
2023-10-05 09:10:44 +08:00
parent 7c8d2d6269
commit 59f1ed0233
6 changed files with 9 additions and 8 deletions
+1 -1
View File
@@ -488,7 +488,7 @@
-1 - combat ends abruptly (by script or by pressing Enter during PC turn)
-2 - combat ends normally (hook always runs at the end of combat)
Critter arg1 - critter doing the turn
bool arg2 - 1 at the start/end of the player's turn after loading a game saved in combat mode, 0 otherwise
int arg2 - 1 at the start/end of the player's turn after loading a game saved in combat mode, 0 otherwise
int ret0 - pass 1 at the start of turn to skip the turn, pass -1 at the end of turn to force end of combat
```