diff options
Diffstat (limited to 'engines/sword1/eventman.cpp')
-rw-r--r-- | engines/sword1/eventman.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sword1/eventman.cpp b/engines/sword1/eventman.cpp index 073cd72b5e..59841c12ea 100644 --- a/engines/sword1/eventman.cpp +++ b/engines/sword1/eventman.cpp @@ -98,7 +98,7 @@ void EventManager::fnIssueEvent(Object *compact, int32 id, int32 event, int32 de while (_eventPendingList[evSlot].delay) evSlot++; if (evSlot >= TOTAL_EVENT_SLOTS) - error("EventManager ran out of event slots!"); + error("EventManager ran out of event slots"); _eventPendingList[evSlot].delay = delay; _eventPendingList[evSlot].eventNumber = event; } |