summaryrefslogtreecommitdiffstats
path: root/src/control/Script.h
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2020-05-06 21:55:10 +0200
committerGitHub <noreply@github.com>2020-05-06 21:55:10 +0200
commita1c229784f1dde6fa82806c75edcdcc7cc9b4bdc (patch)
tree430821e1f88b95052748215a62608087acc4a893 /src/control/Script.h
parentchecked some of streaming for VC changes (diff)
parentMerge remote-tracking branch 'upstream/miami' into miami (diff)
downloadre3-a1c229784f1dde6fa82806c75edcdcc7cc9b4bdc.tar
re3-a1c229784f1dde6fa82806c75edcdcc7cc9b4bdc.tar.gz
re3-a1c229784f1dde6fa82806c75edcdcc7cc9b4bdc.tar.bz2
re3-a1c229784f1dde6fa82806c75edcdcc7cc9b4bdc.tar.lz
re3-a1c229784f1dde6fa82806c75edcdcc7cc9b4bdc.tar.xz
re3-a1c229784f1dde6fa82806c75edcdcc7cc9b4bdc.tar.zst
re3-a1c229784f1dde6fa82806c75edcdcc7cc9b4bdc.zip
Diffstat (limited to 'src/control/Script.h')
-rw-r--r--src/control/Script.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/control/Script.h b/src/control/Script.h
index 46c6ae20..fe6a2f31 100644
--- a/src/control/Script.h
+++ b/src/control/Script.h
@@ -466,9 +466,11 @@ private:
int8 ProcessCommands800To899(int32);
int8 ProcessCommands900To999(int32);
int8 ProcessCommands1000To1099(int32);
-#ifndef GTA_PS2
int8 ProcessCommands1100To1199(int32);
-#endif
+ int8 ProcessCommands1200To1299(int32);
+ int8 ProcessCommands1300To1399(int32);
+ int8 ProcessCommands1400To1499(int32);
+
void LocatePlayerCommand(int32, uint32*);
void LocatePlayerCharCommand(int32, uint32*);
void LocatePlayerCarCommand(int32, uint32*);