[Scummvm-cvs-logs] scummvm master -> f9868255a959647c35c46454a4d4612971154fc9

lordhoto lordhoto at gmail.com
Sun Nov 22 23:54:48 CET 2015


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:
f9868255a9 MADS: Fix compilation.


Commit: f9868255a959647c35c46454a4d4612971154fc9
    https://github.com/scummvm/scummvm/commit/f9868255a959647c35c46454a4d4612971154fc9
Author: Johannes Schickel (lordhoto at scummvm.org)
Date: 2015-11-22T23:53:23+01:00

Commit Message:
MADS: Fix compilation.

Changed paths:
    engines/mads/phantom/phantom_scenes3.h



diff --git a/engines/mads/phantom/phantom_scenes3.h b/engines/mads/phantom/phantom_scenes3.h
index 58f2a08..9f58ad1 100644
--- a/engines/mads/phantom/phantom_scenes3.h
+++ b/engines/mads/phantom/phantom_scenes3.h
@@ -209,7 +209,7 @@ private:
 	int _boatFrame;
 	int _talkCount;
 
-	void Scene309::handleBoatAnimation();
+	void handleBoatAnimation();
 
 public:
 	Scene309(MADSEngine *vm);






More information about the Scummvm-git-logs mailing list