From 79d2ab7619eef2fe0c437e368bd287f2a0b1b590 Mon Sep 17 00:00:00 2001 From: Sergeanur Date: Fri, 31 Jan 2020 19:16:13 +0200 Subject: More fixes --- src/control/Script.h | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'src/control/Script.h') 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*); -- cgit v1.2.3