mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-16 14:50:17 +00:00
ZVISION: Fix uninitialized scalar field (CID 1257059)
This commit is contained in:
parent
cd2612a54e
commit
e28f8a5d8f
@ -857,6 +857,8 @@ bool ActionSetScreen::execute() {
|
||||
|
||||
ActionSetVenus::ActionSetVenus(ZVision *engine, int32 slotkey, const Common::String &line) :
|
||||
ResultAction(engine, slotkey) {
|
||||
_key = 0;
|
||||
|
||||
sscanf(line.c_str(), "%d", &_key);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user