diff options
author | Travis Howell | 2012-02-13 13:38:11 +1100 |
---|---|---|
committer | Travis Howell | 2012-02-13 13:38:25 +1100 |
commit | 7a030fcdcd3d512536e4a9fd492c602a7fd51d40 (patch) | |
tree | c5ca943b637ac9c2c1a8630be0d6aa5ea6bbff74 /engines | |
parent | fbb51fcd889ac5483d5aad5c0f62980c00bf65da (diff) | |
download | scummvm-rg350-7a030fcdcd3d512536e4a9fd492c602a7fd51d40.tar.gz scummvm-rg350-7a030fcdcd3d512536e4a9fd492c602a7fd51d40.tar.bz2 scummvm-rg350-7a030fcdcd3d512536e4a9fd492c602a7fd51d40.zip |
SCUMM: Fix compiler warning.
Diffstat (limited to 'engines')
-rw-r--r-- | engines/scumm/scumm_v0.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/scumm_v0.h b/engines/scumm/scumm_v0.h index 144dd701d4..7f532c04d7 100644 --- a/engines/scumm/scumm_v0.h +++ b/engines/scumm/scumm_v0.h @@ -114,7 +114,7 @@ protected: virtual int getActiveObject(); - virtual void resetSentence(); + void resetSentence(); virtual bool areBoxesNeighbors(int box1nr, int box2nr); |