mirror of
https://github.com/sfall-team/sfall.git
synced 2026-07-27 16:52:34 -07:00
Attempt to fix build error in VS2015.
This commit is contained in:
@@ -253,8 +253,9 @@ static void __declspec(naked) NewGame() {
|
||||
}
|
||||
|
||||
static void ReadExtraGameMsgFilesIfNeeded() {
|
||||
if (gExtraGameMsgLists.empty())
|
||||
if (gExtraGameMsgLists.empty()) {
|
||||
ReadExtraGameMsgFiles();
|
||||
}
|
||||
}
|
||||
|
||||
static bool PipBoyAvailableAtGameStart = false;
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <memory>
|
||||
#include <unordered_map>
|
||||
#include "..\main.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user