Commit 89c7ffa6 authored by nanahira's avatar nanahira

Merge branch 'master' into server

parents be3b29ad f5927932
...@@ -543,6 +543,7 @@ bool MenuHandler::OnEvent(const irr::SEvent& event) { ...@@ -543,6 +543,7 @@ bool MenuHandler::OnEvent(const irr::SEvent& event) {
message.append(wlinebuf); message.append(wlinebuf);
} }
} }
fclose(fp);
mainGame->SetStaticText(mainGame->stSinglePlayInfo, 200, mainGame->guiFont, message.c_str()); mainGame->SetStaticText(mainGame->stSinglePlayInfo, 200, mainGame->guiFont, message.c_str());
break; break;
} }
......
Subproject commit 27fd14e4dfed96117edd7df9ec4b752bd2bf8186 Subproject commit cab5a7a22f41a55d6e525f28713057166efcddff
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