aboutsummaryrefslogtreecommitdiff
path: root/engines/access/amazon/amazon_scripts.h
diff options
context:
space:
mode:
authorStrangerke2014-11-12 08:37:37 +0100
committerPaul Gilbert2014-12-12 22:31:19 -0500
commitc3660acf63e684bdb90efd4cb7fb1fedd3ed1ea0 (patch)
tree7bd618ef6dbbd82279972523efc8f02fcc72a84f /engines/access/amazon/amazon_scripts.h
parentb874ddd31573ee491fd0780e81810913c7a9ff2c (diff)
downloadscummvm-rg350-c3660acf63e684bdb90efd4cb7fb1fedd3ed1ea0.tar.gz
scummvm-rg350-c3660acf63e684bdb90efd4cb7fb1fedd3ed1ea0.tar.bz2
scummvm-rg350-c3660acf63e684bdb90efd4cb7fb1fedd3ed1ea0.zip
ACCESS: Implement plotPit()
Diffstat (limited to 'engines/access/amazon/amazon_scripts.h')
-rw-r--r--engines/access/amazon/amazon_scripts.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/access/amazon/amazon_scripts.h b/engines/access/amazon/amazon_scripts.h
index fc6fb0a7e3..7e42c0ca36 100644
--- a/engines/access/amazon/amazon_scripts.h
+++ b/engines/access/amazon/amazon_scripts.h
@@ -75,7 +75,8 @@ protected:
void guardSee();
void setGuardFrame();
void guard();
- void PLOTPIT(int idx, const int *buf);
+ void plotTorchSpear(int indx, const int *buf);
+ void plotPit(int indx, const int *buf);
int antHandleRight(int indx, const int *buf);
int antHandleLeft(int indx, const int *buf);
int antHandleStab(int indx, const int *buf);