aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he/logic_he.h
diff options
context:
space:
mode:
authorMatthew Hoops2011-08-02 16:57:44 -0400
committerMatthew Hoops2011-08-02 16:57:44 -0400
commit743ed0517bd251a6d1de25b85ed3afe4feba01ce (patch)
treee1bd1bac76ba138974f8780ede4ffde4960101d0 /engines/scumm/he/logic_he.h
parent6d6192b9f71ad1a847920e447dbdb04dad0f9c22 (diff)
downloadscummvm-rg350-743ed0517bd251a6d1de25b85ed3afe4feba01ce.tar.gz
scummvm-rg350-743ed0517bd251a6d1de25b85ed3afe4feba01ce.tar.bz2
scummvm-rg350-743ed0517bd251a6d1de25b85ed3afe4feba01ce.zip
SCUMM: Implement soccer u32 op_1017
Used sporadically during gameplay
Diffstat (limited to 'engines/scumm/he/logic_he.h')
-rw-r--r--engines/scumm/he/logic_he.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/scumm/he/logic_he.h b/engines/scumm/he/logic_he.h
index 27b06a797d..db6397e830 100644
--- a/engines/scumm/he/logic_he.h
+++ b/engines/scumm/he/logic_he.h
@@ -135,6 +135,7 @@ private:
int op_1013(int32 a1, int32 a2, int32 a3);
int op_1014(int32 a1, int32 a2, int32 a3, int32 a4, int32 a5, int32 a6, int32 a7, int32 a8, int32 a9, int32 a10, int32 a11, int32 a12, int32 a13, int32 a14);
int op_1016(int32 *args);
+ int op_1017(int32 *args);
int op_1019(int32 *args);
int op_1020();
int op_1021(int32 a1, int32 a2, int32 a3, int32 a4, int32 a5, int32 a6, int32 a7);