Skip to content

Commit b847ed4

Browse files
authored
Merge pull request #20 from ReDevCafe/dev
Dev to Master [1.5.0 REL]
2 parents 1ce742c + 65255a8 commit b847ed4

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.10)
22
project(FantasyLifeI-ModLoader LANGUAGES CXX C)
33

44
set(VERSION 1.00)
5-
option(MLDEBUG "Enable ModLoader debug code" ON)
5+
option(MLDEBUG "Enable ModLoader debug code" OFF)
66

77
add_subdirectory(DllProxy)
88
add_library(${PROJECT_NAME} SHARED src/ModLoader.cpp)

src/Utils.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
#include "GameData.hpp"
44
#include "GameCache.hpp"
55

6-
76
std::unordered_map<FNameEntryId, std::string> Utils::_strings;
87

98
std::string &Utils::FNameToString(uintptr_t baseAddress, FName fname) {

0 commit comments

Comments
 (0)