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

eriktorbjorn eriktorbjorn at telia.com
Fri Jul 19 21:20:30 CEST 2013


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:
da17953c12 TONY: Remove debug message from last commit. Oops.


Commit: da17953c1298b8b6db86af42dd644bff01a5134c
    https://github.com/scummvm/scummvm/commit/da17953c1298b8b6db86af42dd644bff01a5134c
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2013-07-19T12:19:03-07:00

Commit Message:
TONY: Remove debug message from last commit. Oops.

Changed paths:
    engines/tony/gfxcore.cpp



diff --git a/engines/tony/gfxcore.cpp b/engines/tony/gfxcore.cpp
index d500262..410f9b8 100644
--- a/engines/tony/gfxcore.cpp
+++ b/engines/tony/gfxcore.cpp
@@ -1866,7 +1866,6 @@ void RMGfxSourceBuffer8RLEWordAA::draw(CORO_PARAM, RMGfxTargetBuffer &bigBuf, RM
 }
 
 int RMGfxSourceBuffer8RLEWordAA::init(const byte *buf, int dimx, int dimy, bool bLoadPalette) {
-  debug("Hello!!!");
 	return RMGfxSourceBuffer8RLE::init(buf, dimx, dimy, bLoadPalette);
 }
 






More information about the Scummvm-git-logs mailing list