[Scummvm-cvs-logs] scummvm master -> eff9f87483d9ccb000eefe97e1e6477768377465
eriktorbjorn
eriktorbjorn at telia.com
Mon Jul 4 07:13:09 CEST 2016
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:
eff9f87483 PRINCE: Remove manual debug level setting. It's too noisy.
Commit: eff9f87483d9ccb000eefe97e1e6477768377465
https://github.com/scummvm/scummvm/commit/eff9f87483d9ccb000eefe97e1e6477768377465
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2016-07-04T07:12:45+02:00
Commit Message:
PRINCE: Remove manual debug level setting. It's too noisy.
Changed paths:
engines/prince/prince.cpp
diff --git a/engines/prince/prince.cpp b/engines/prince/prince.cpp
index 502a2f9..b1a5438 100644
--- a/engines/prince/prince.cpp
+++ b/engines/prince/prince.cpp
@@ -107,8 +107,6 @@ PrinceEngine::PrinceEngine(OSystem *syst, const PrinceGameDescription *gameDesc)
DebugMan.enableDebugChannel("script");
memset(_audioStream, 0, sizeof(_audioStream));
-
- gDebugLevel = 10;
}
PrinceEngine::~PrinceEngine() {
More information about the Scummvm-git-logs
mailing list