aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/group.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/dm/group.cpp')
-rw-r--r--engines/dm/group.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/dm/group.cpp b/engines/dm/group.cpp
index f0a28a12a2..41aefbb641 100644
--- a/engines/dm/group.cpp
+++ b/engines/dm/group.cpp
@@ -1378,7 +1378,7 @@ void GroupMan::setGroupDirection(ActiveGroup *activeGroup, int16 dir, int16 crea
}
void GroupMan::addGroupEvent(TimelineEvent *event, uint32 time) {
- warning(false, "potentially dangerous cast to uint32 below");
+ warning("potentially dangerous cast to uint32 below");
if (time < (uint32)filterTime(event->_mapTime)) {
event->_type -= 5;
event->_C._ticks = filterTime(event->_mapTime) - time;