mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-18 15:48:48 +00:00
Silence a -Wuninitialized warning
svn-id: r30205
This commit is contained in:
parent
1411c9f3f1
commit
67d14ed322
@ -318,6 +318,7 @@ void AgiEngine::recordImageStackCall(uint8 type, int16 p1, int16 p2, int16 p3,
|
||||
ImageStackElement pnew;
|
||||
|
||||
pnew.type = type;
|
||||
pnew.pad = 0;
|
||||
pnew.parm1 = p1;
|
||||
pnew.parm2 = p2;
|
||||
pnew.parm3 = p3;
|
||||
|
Loading…
Reference in New Issue
Block a user