mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-18 11:21:29 +00:00
Disabled zone map mmf option in cmake
This commit is contained in:
parent
bbec352a80
commit
487e994f89
@ -266,10 +266,11 @@ IF(EQEMU_BUILD_LUA)
|
|||||||
ADD_DEFINITIONS(-DLUA_EQEMU)
|
ADD_DEFINITIONS(-DLUA_EQEMU)
|
||||||
ENDIF(EQEMU_BUILD_LUA)
|
ENDIF(EQEMU_BUILD_LUA)
|
||||||
|
|
||||||
OPTION(EQEMU_USE_MAP_MMFS "Create and use Zone Map MMF files." OFF)
|
#Disabled until reevaluation performed
|
||||||
IF(EQEMU_USE_MAP_MMFS)
|
#OPTION(EQEMU_USE_MAP_MMFS "Create and use Zone Map MMF files." OFF)
|
||||||
ADD_DEFINITIONS(-DUSE_MAP_MMFS)
|
#IF(EQEMU_USE_MAP_MMFS)
|
||||||
ENDIF(EQEMU_USE_MAP_MMFS)
|
# ADD_DEFINITIONS(-DUSE_MAP_MMFS)
|
||||||
|
#ENDIF(EQEMU_USE_MAP_MMFS)
|
||||||
|
|
||||||
SET(EQEMU_MAP_DIR "./Maps" CACHE STRING "The dir that maps, water maps, and paths are located in.")
|
SET(EQEMU_MAP_DIR "./Maps" CACHE STRING "The dir that maps, water maps, and paths are located in.")
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user