ZVISION: Fix argument passing for warning()

This commit is contained in:
richiesams 2013-08-18 16:08:37 -05:00
parent 5eab8a8d77
commit 4d5914ac21

View File

@ -139,7 +139,7 @@ PushToggleControl::PushToggleControl(uint32 key, Common::SeekableReadStream &str
}
if (_event._hotspot.isEmpty() || _event._hoverCursor.empty()) {
warning("Push_toggle cursor %u was parsed incorrectly", &key);
warning("Push_toggle cursor %u was parsed incorrectly", key);
}
}