Added a fix to the poison handling in the engine when an NPC is under

the player's control.

Minor code edits.
This commit is contained in:
NovaRain
2020-12-30 22:34:32 +08:00
parent 28bba7cfef
commit cdc06b4e6a
9 changed files with 73 additions and 24 deletions
+1 -1
View File
@@ -368,7 +368,7 @@ int ret0 - overrides the pressed key (a new key DX scancode or 0 for no over
HOOK_MOUSECLICK (hs_mouseclick.int)
Runs once every time when a mouse button was pressed or release.
Runs once every time when a mouse button was pressed or released.
int arg0 - event type: 1 - pressed, 0 - released
int arg1 - button number (0 - left, 1 - right, up to 7)