ZVISION: Fix uninitialized scalar field (CID 1257072)
This commit is contained in:
parent
8278ed6022
commit
704a4b3400
1 changed files with 1 additions and 0 deletions
|
@ -217,6 +217,7 @@ bool ActionCursor::execute() {
|
|||
|
||||
ActionDelayRender::ActionDelayRender(ZVision *engine, int32 slotkey, const Common::String &line) :
|
||||
ResultAction(engine, slotkey) {
|
||||
_framesToDelay = 0;
|
||||
sscanf(line.c_str(), "%u", &_framesToDelay);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue