Commit 88c0dcf1 authored by edo9300's avatar edo9300

fix

parent 47cb1ed1
......@@ -1015,7 +1015,6 @@ void Game::LoadConfig() {
gameConf.enablesound = true;
gameConf.volume = 1.0;
gameConf.enablemusic = true;
fseek(fp, 0, SEEK_END);
gameConf.draw_field_spell = 1;
while(fgets(linebuf, 256, fp)) {
sscanf(linebuf, "%s = %s", strbuf, valbuf);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment