mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-05 09:49:14 +00:00
PARALLACTION: Initialize class variable. CID 1002724
This commit is contained in:
parent
bcd65f854f
commit
234f3f3150
@ -43,7 +43,7 @@ class MenuInputHelper {
|
||||
MenuInputState *_newState;
|
||||
|
||||
public:
|
||||
MenuInputHelper() : _state(0) {
|
||||
MenuInputHelper() : _state(0), _newState(0) {
|
||||
}
|
||||
|
||||
~MenuInputHelper();
|
||||
|
Loading…
x
Reference in New Issue
Block a user