diff options
author | Travis Howell | 2004-09-16 12:30:54 +0000 |
---|---|---|
committer | Travis Howell | 2004-09-16 12:30:54 +0000 |
commit | 49cd965411720b3ee20dc628ac864f5ec0e07c5d (patch) | |
tree | 83c167743d8de6930330acb95c4e8a1bb1cd567e /scumm/intern.h | |
parent | 9bc8383ceeec56234a1e2a14af9d8d830d0d132d (diff) | |
download | scummvm-rg350-49cd965411720b3ee20dc628ac864f5ec0e07c5d.tar.gz scummvm-rg350-49cd965411720b3ee20dc628ac864f5ec0e07c5d.tar.bz2 scummvm-rg350-49cd965411720b3ee20dc628ac864f5ec0e07c5d.zip |
Correction to pickVarRandom
Add HE80+ version too.
svn-id: r15138
Diffstat (limited to 'scumm/intern.h')
-rw-r--r-- | scumm/intern.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scumm/intern.h b/scumm/intern.h index ac5a004517..9b2cf0ff3a 100644 --- a/scumm/intern.h +++ b/scumm/intern.h @@ -563,6 +563,7 @@ protected: virtual void executeOpcode(byte i); virtual const char *getOpcodeDesc(byte i); + void localizeArray(int slot, int script); void redimArray(int arrayId, int newX, int newY, int d); int readFileToArray(int slot, int32 size); void writeFileFromArray(int slot, int resID); @@ -801,6 +802,7 @@ protected: void o80_cursorCommand(); void o80_setState(); void o80_drawWizPolygon(); + void o80_pickVarRandom(); }; class ScummEngine_v90he : public ScummEngine_v80he { |