mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-23 18:24:59 +00:00
ZVISION: Fix argument passing for warning()
This commit is contained in:
parent
5eab8a8d77
commit
4d5914ac21
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user