Navigation Menu

Skip to content

Commit

Permalink
PETKA: removed outdated commentary
Browse files Browse the repository at this point in the history
  • Loading branch information
voltya committed May 28, 2020
1 parent 37ae071 commit 665a05f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/petka/q_system.cpp
Expand Up @@ -112,7 +112,7 @@ bool QSystem::init() {
bgsIni.allowNonEnglishCharacters();

if (namesStream)
namesIni.loadFromStream(*namesStream); //fails because ini is broken for Russian letters
namesIni.loadFromStream(*namesStream);
if (castStream)
castIni.loadFromStream(*castStream);
if (bgsStream)
Expand Down

0 comments on commit 665a05f

Please sign in to comment.