mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-22 12:12:16 +00:00
WINTERMUTE: Initialize tokenSomething vars in VideoSubtitler
MSVC complains otherwise.
This commit is contained in:
parent
c6930d9a64
commit
2fc69d770c
@ -96,9 +96,9 @@ bool VideoSubtitler::loadSubtitles(const Common::String &filename, const Common:
|
||||
|
||||
int start, end;
|
||||
bool inToken;
|
||||
char *tokenStart;
|
||||
int tokenLength;
|
||||
int tokenPos;
|
||||
char *tokenStart = 0;
|
||||
int tokenLength = 0;
|
||||
int tokenPos = 0;
|
||||
|
||||
int pos = 0;
|
||||
int lineLength = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user