[Scummvm-cvs-logs] scummvm master -> 7a030fcdcd3d512536e4a9fd492c602a7fd51d40

Kirben kirben at optusnet.com.au
Mon Feb 13 03:38:55 CET 2012


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
7a030fcdcd SCUMM: Fix compiler warning.


Commit: 7a030fcdcd3d512536e4a9fd492c602a7fd51d40
    https://github.com/scummvm/scummvm/commit/7a030fcdcd3d512536e4a9fd492c602a7fd51d40
Author: Travis Howell (kirben at optusnet.com.au)
Date: 2012-02-12T18:38:25-08:00

Commit Message:
SCUMM: Fix compiler warning.

Changed paths:
    engines/scumm/scumm_v0.h



diff --git a/engines/scumm/scumm_v0.h b/engines/scumm/scumm_v0.h
index 144dd70..7f532c0 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);
 






More information about the Scummvm-git-logs mailing list