WINTERMUTE: Initialize tokenSomething vars in VideoSubtitler

MSVC complains otherwise.
This commit is contained in:
Tobia Tesan 2014-09-09 15:33:12 +02:00
parent c6930d9a64
commit 2fc69d770c

View File

@ -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;