mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-05 23:09:04 +00:00
Changed: #1074 sheets_packer using default static relative paths
This commit is contained in:
parent
4cf6235095
commit
cfe8f1870f
2 changed files with 1 additions and 6 deletions
|
@ -148,9 +148,6 @@ const std::string ConfigFileName = "sheets_packer.cfg";
|
||||||
CClientConfig::CClientConfig()
|
CClientConfig::CClientConfig()
|
||||||
{
|
{
|
||||||
SaveConfig = false;
|
SaveConfig = false;
|
||||||
DataPath.push_back("../../client/data/"); // Default Path for the Data.
|
|
||||||
DataPath.push_back("../../common/data_leveldesign/"); // Default Path for the Level Design Directory.
|
|
||||||
DataPath.push_back("../../common/data_common/"); // Default Path for the Level Design Directory.
|
|
||||||
UpdatePackedSheet = true; // Update packed sheet if needed
|
UpdatePackedSheet = true; // Update packed sheet if needed
|
||||||
SceneName = "";
|
SceneName = "";
|
||||||
IdFilePath = "";
|
IdFilePath = "";
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
#include <nel/misc/types_nl.h>
|
#include <nel/misc/types_nl.h>
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
@ -35,7 +34,6 @@
|
||||||
//#include <nel/3d/u_driver.h>
|
//#include <nel/3d/u_driver.h>
|
||||||
|
|
||||||
#ifdef NL_OS_WINDOWS
|
#ifdef NL_OS_WINDOWS
|
||||||
|
#define NOMINMAX
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#undef min
|
|
||||||
#undef max
|
|
||||||
#endif // NL_OS_WINDOWS
|
#endif // NL_OS_WINDOWS
|
||||||
|
|
Loading…
Reference in a new issue