Retarget to R:\leveldesign and R:\graphics

ryzomclassic-develop
kaetemi 5 years ago
parent 324c69c8cc
commit ddc9cdabc4

@ -83,7 +83,7 @@ void CAIDataService::init (void)
// Init ligo
if (!LigoConfig.readPrimitiveClass ("world_editor_classes.xml", false))
{
// Should be in l:\leveldesign\world_edit_files
// Should be in R:\leveldesign\world_edit_files
nlerror ("Can't load ligo primitive config file world_editor_classes.xml");
}

@ -188,7 +188,7 @@ void CAIService::init (void)
// Init ligo
if (!LigoConfig.readPrimitiveClass ("world_editor_classes.xml", false))
{
// Should be in l:\leveldesign\world_editor_files
// Should be in R:\leveldesign\world_editor_files
nlerror ("Can't load ligo primitive config file world_editor_classes.xml");
}

@ -362,7 +362,7 @@ void CDynamicScenarioService::init()
// Init ligo
if (!R2LigoConfig.readPrimitiveClass ("world_editor_classes.xml", false))
{
// Should be in l:\leveldesign\world_editor_files
// Should be in R:\leveldesign\world_editor_files
nlerror ("Can't load ligo primitive config file world_editor_classes.xml");
}
R2LigoConfig.updateDynamicAliasBitCount(16);

@ -303,7 +303,7 @@ void CDynamicScenarioService::init()
// Init ligo
if (!R2LigoConfig.readPrimitiveClass ("world_editor_classes.xml", false))
{
// Should be in l:\leveldesign\world_editor_files
// Should be in R:\leveldesign\world_editor_files
nlerror ("Can't load ligo primitive config file world_editor_classes.xml");
}
R2LigoConfig.updateDynamicAliasBitCount(16);

@ -48,7 +48,7 @@ void CPrimitivesParser::init()
{
if (!_LigoConfig.readPrimitiveClass (WORLD_EDITOR_CLASSES_FILE, false))
{
// Should be in l:\leveldesign\world_editor_files
// Should be in R:\leveldesign\world_editor_files
nlerror ("Can't load ligo primitive config file world_editor_classes.xml");
}
_LigoInit = true;

@ -311,7 +311,7 @@ void CGlobalPositionManagerService::init()
// Init ligo
if (!LigoConfig.readPrimitiveClass ("world_editor_classes.xml", false))
{
// Should be in l:\leveldesign\world_editor_files
// Should be in R:\leveldesign\world_editor_files
nlerror ("Can't load ligo primitive config file world_editor_classes.xml");
}
/* // read the continent name translator

Loading…
Cancel
Save