[Scummvm-cvs-logs] scummvm master -> 1b16b482f944ae1f4d3a5b4517e08dd110b3a8f9

Strangerke arnaud.boutonne at gmail.com
Mon Feb 28 00:59:57 CET 2011


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:
1b16b482f9 HUGO: Remove forgotten debug message


Commit: 1b16b482f944ae1f4d3a5b4517e08dd110b3a8f9
    https://github.com/scummvm/scummvm/commit/1b16b482f944ae1f4d3a5b4517e08dd110b3a8f9
Author: strangerke (arnaud.boutonne at gmail.com)
Date: 2011-02-27T15:59:38-08:00

Commit Message:
HUGO: Remove forgotten debug message

Changed paths:
    engines/hugo/schedule.cpp



diff --git a/engines/hugo/schedule.cpp b/engines/hugo/schedule.cpp
index c48f6db..c7d932d 100644
--- a/engines/hugo/schedule.cpp
+++ b/engines/hugo/schedule.cpp
@@ -707,8 +707,6 @@ void Scheduler::saveEvents(Common::WriteStream *f) {
 	f->writeSint16BE(headIndex);
 	f->writeSint16BE(tailIndex);
 
-	warning("save - %ld %ld %ld", freeIndex, headIndex, tailIndex);
-
 	// Convert event ptrs to indexes
 	for (int16 i = 0; i < kMaxEvents; i++) {
 		event_t *wrkEvent = &_events[i];






More information about the Scummvm-git-logs mailing list