diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/zvision/control.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); } } |