Merge pull request #2917 from Overv/fix-game-language-change

Fix objects and their localized string ids not being reloaded after changing language (fixes #2751)
This commit is contained in:
Ted John 2016-02-11 18:49:25 +00:00
commit 876c4d369a
1 changed files with 3 additions and 0 deletions

View File

@ -199,6 +199,9 @@ int language_open(int id)
}
}
// Objects and their localized strings need to be refreshed
reset_loaded_objects();
return 1;
}