diff options
author | Sergeanur <s.anureev@yandex.ua> | 2020-01-31 19:16:13 +0200 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2020-01-31 19:16:13 +0200 |
commit | 79d2ab7619eef2fe0c437e368bd287f2a0b1b590 (patch) | |
tree | 1b1f593a94e92e51874f9bae3e742ae3cfa95568 /src/control/Script.h | |
parent | 74e215458b0632c862eb90c2f514f54cf331df79 (diff) |
More fixes
Diffstat (limited to 'src/control/Script.h')
-rw-r--r-- | src/control/Script.h | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/src/control/Script.h b/src/control/Script.h index b47764fc..9a39dd10 100644 --- a/src/control/Script.h +++ b/src/control/Script.h @@ -126,18 +126,18 @@ public: void Process(); int8 ProcessOneCommand(); void DoDeatharrestCheck(); - int8 ProcessCommandsFrom0To99(int32); - int8 ProcessCommandsFrom100To199(int32); - int8 ProcessCommandsFrom200To299(int32); - int8 ProcessCommandsFrom300To399(int32); - int8 ProcessCommandsFrom400To499(int32); - int8 ProcessCommandsFrom500To599(int32); - int8 ProcessCommandsFrom600To699(int32); - int8 ProcessCommandsFrom700To799(int32); - int8 ProcessCommandsFrom800To899(int32); - int8 ProcessCommandsFrom900To999(int32); - int8 ProcessCommandsFrom1000To1099(int32); - int8 ProcessCommandsFrom1100To1199(int32); + int8 ProcessCommands0To99(int32); + int8 ProcessCommands100To199(int32); + int8 ProcessCommands200To299(int32); + int8 ProcessCommands300To399(int32); + int8 ProcessCommands400To499(int32); + int8 ProcessCommands500To599(int32); + int8 ProcessCommands600To699(int32); + int8 ProcessCommands700To799(int32); + int8 ProcessCommands800To899(int32); + int8 ProcessCommands900To999(int32); + int8 ProcessCommands1000To1099(int32); + int8 ProcessCommands1100To1199(int32); void UpdateCompareFlag(bool); int16 GetPadState(uint16, uint16); void LocatePlayerCommand(int32, uint32*); |