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

Strangerke Strangerke at scummvm.org
Mon Mar 10 22:00:16 CET 2014


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:
f2a0d591fd CGE: Fix obsolete debug message


Commit: f2a0d591fdb72e3e5c615e44a6165c5524b67a16
    https://github.com/scummvm/scummvm/commit/f2a0d591fdb72e3e5c615e44a6165c5524b67a16
Author: Strangerke (strangerke at scummvm.org)
Date: 2014-03-10T21:58:11+01:00

Commit Message:
CGE: Fix obsolete debug message

Changed paths:
    engines/cge/cge.cpp



diff --git a/engines/cge/cge.cpp b/engines/cge/cge.cpp
index a409d76..49297b0 100644
--- a/engines/cge/cge.cpp
+++ b/engines/cge/cge.cpp
@@ -98,7 +98,7 @@ void CGEEngine::initSceneValues() {
 }
 
 void CGEEngine::init() {
-	debugC(1, kCGEDebugEngine, "CGEEngine::setup()");
+	debugC(1, kCGEDebugEngine, "CGEEngine::init()");
 
 	// Initialize fields
 	_lastFrame = 0;






More information about the Scummvm-git-logs mailing list