Skip to content
Snippets Groups Projects
Commit 61e7efde authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Open game.ini for read-only here.

parent 33b228db
No related branches found
No related tags found
No related merge requests found
......@@ -139,7 +139,7 @@ function GameSettings()
this.save=GameSettings_Save;
if(file_exists(f.name)) {
f.open("r+");
f.open("r");
for(i=0; i<GameSettingProperties.length; i++) {
this[GameSettingProperties[i].prop]=f.iniGetValue(null, GameSettingProperties[i].prop, GameSettingProperties[i].def);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment