diff options
author | Travis Howell | 2005-02-02 12:14:34 +0000 |
---|---|---|
committer | Travis Howell | 2005-02-02 12:14:34 +0000 |
commit | 33adc550764b698950f2e1f70ec9525d687e27b1 (patch) | |
tree | 9009999d9c2fb4297fb30b426c3926594a50e984 | |
parent | cc708339eaea6dbd85ba7ca607530129381f8461 (diff) | |
download | scummvm-rg350-33adc550764b698950f2e1f70ec9525d687e27b1.tar.gz scummvm-rg350-33adc550764b698950f2e1f70ec9525d687e27b1.tar.bz2 scummvm-rg350-33adc550764b698950f2e1f70ec9525d687e27b1.zip |
Ooops
svn-id: r16732
-rw-r--r-- | scumm/intern.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scumm/intern.h b/scumm/intern.h index 69e7c63e78..d89082adc5 100644 --- a/scumm/intern.h +++ b/scumm/intern.h @@ -661,7 +661,7 @@ protected: virtual void redrawBGAreas(); - int setupStringArray(int size); + virtual int setupStringArray(int size); void appendSubstring(int dst, int src, int len2, int len); int findObject(int x, int y, int num, int *args); @@ -737,7 +737,7 @@ protected: virtual void writeArray(int array, int idx2, int idx1, int value); void redimArray(int arrayId, int newDim2start, int newDim2end, int newDim1start, int newDim1end, int type); - int setupStringArray(int size); + virtual int setupStringArray(int size); int readFileToArray(int slot, int32 size); void writeFileFromArray(int slot, int resID); |