mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-22 10:17:22 +00:00
SAGA2: Initialize GrabInfo on instantiation. CID 1457996
This commit is contained in:
parent
f1768aad72
commit
98da4283c7
@ -51,6 +51,9 @@ GrabInfo::GrabInfo() {
|
||||
|
||||
textBuf[0] = '\0';
|
||||
displayGauge = false;
|
||||
|
||||
gaugeNumerator = gaugeDenominator = 0;
|
||||
moveCount = 1;
|
||||
}
|
||||
|
||||
GrabInfo::~GrabInfo() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user