aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Howell2012-02-13 13:38:11 +1100
committerTravis Howell2012-02-13 13:38:25 +1100
commit7a030fcdcd3d512536e4a9fd492c602a7fd51d40 (patch)
treec5ca943b637ac9c2c1a8630be0d6aa5ea6bbff74
parentfbb51fcd889ac5483d5aad5c0f62980c00bf65da (diff)
downloadscummvm-rg350-7a030fcdcd3d512536e4a9fd492c602a7fd51d40.tar.gz
scummvm-rg350-7a030fcdcd3d512536e4a9fd492c602a7fd51d40.tar.bz2
scummvm-rg350-7a030fcdcd3d512536e4a9fd492c602a7fd51d40.zip
SCUMM: Fix compiler warning.
-rw-r--r--engines/scumm/scumm_v0.h2
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);