aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/schedule_v3d.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hugo/schedule_v3d.cpp')
-rw-r--r--engines/hugo/schedule_v3d.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hugo/schedule_v3d.cpp b/engines/hugo/schedule_v3d.cpp
index 5623ad3fc5..cc449ba8c4 100644
--- a/engines/hugo/schedule_v3d.cpp
+++ b/engines/hugo/schedule_v3d.cpp
@@ -57,10 +57,10 @@ const char *Scheduler_v3d::getCypher() {
return "Copyright 1992, Gray Design Associates";
}
-event_t *Scheduler_v3d::doAction(event_t *curEvent) {
// This function performs the action in the event structure pointed to by p
// It dequeues the event and returns it to the free list. It returns a ptr
// to the next action in the list, except special case of NEW_SCREEN
+event_t *Scheduler_v3d::doAction(event_t *curEvent) {
debugC(1, kDebugSchedule, "doAction - Event action type : %d", curEvent->action->a0.actType);
status_t &gameStatus = _vm->getGameStatus();