mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-09 04:16:34 +00:00
HUGO: Remove forgotten debug message
This commit is contained in:
parent
a4d4dc81a9
commit
1b16b482f9
@ -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];
|
||||
|
Loading…
x
Reference in New Issue
Block a user