From 4d5914ac2157073339b0c348345dedbffd5ee030 Mon Sep 17 00:00:00 2001 From: richiesams Date: Sun, 18 Aug 2013 16:08:37 -0500 Subject: ZVISION: Fix argument passing for warning() --- engines/zvision/control.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') diff --git a/engines/zvision/control.cpp b/engines/zvision/control.cpp index acc970e167..106d938889 100644 --- a/engines/zvision/control.cpp +++ b/engines/zvision/control.cpp @@ -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); } } -- cgit v1.2.3