mirror of
https://github.com/sfall-team/sfall.git
synced 2026-07-27 16:52:34 -07:00
Minor edits to Message.cpp/h
This commit is contained in:
+2
-2
@@ -150,6 +150,6 @@ void MessageInit() {
|
|||||||
msgFileList = GetConfigList("Misc", "ExtraGameMsgFileList", "", 512);
|
msgFileList = GetConfigList("Misc", "ExtraGameMsgFileList", "", 512);
|
||||||
}
|
}
|
||||||
|
|
||||||
//void MessageExit() {
|
void MessageExit() {
|
||||||
//gExtraGameMsgLists.clear();
|
//gExtraGameMsgLists.clear();
|
||||||
//}
|
}
|
||||||
|
|||||||
+1
-1
@@ -48,7 +48,7 @@ extern ExtraGameMessageListsMap gExtraGameMsgLists;
|
|||||||
extern const MSGList* gameMsgFiles[];
|
extern const MSGList* gameMsgFiles[];
|
||||||
|
|
||||||
void MessageInit();
|
void MessageInit();
|
||||||
//void MessageExit();
|
void MessageExit();
|
||||||
|
|
||||||
void ReadExtraGameMsgFiles();
|
void ReadExtraGameMsgFiles();
|
||||||
void FallbackEnglishLoadMsgFiles();
|
void FallbackEnglishLoadMsgFiles();
|
||||||
|
|||||||
+1
-1
@@ -307,7 +307,7 @@ static void __stdcall OnExit() {
|
|||||||
ConsoleExit();
|
ConsoleExit();
|
||||||
ExtraSaveSlotsExit();
|
ExtraSaveSlotsExit();
|
||||||
BooksExit();
|
BooksExit();
|
||||||
//MessageExit();
|
MessageExit();
|
||||||
AnimationsExit();
|
AnimationsExit();
|
||||||
BarBoxesExit();
|
BarBoxesExit();
|
||||||
HeroAppearanceModExit();
|
HeroAppearanceModExit();
|
||||||
|
|||||||
Reference in New Issue
Block a user