mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-17 13:01:41 +00:00
Changed: Replace \\ by /
This commit is contained in:
parent
13ee42d521
commit
29f56159b1
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ void LoadCraftParts()
|
||||||
void LoadCreatureFiles()
|
void LoadCreatureFiles()
|
||||||
{
|
{
|
||||||
printf( "-- REGISTERING CREATURE FILES --\n" );
|
printf( "-- REGISTERING CREATURE FILES --\n" );
|
||||||
CSString inputSheetPath = LEVEL_DESIGN_PATH + "leveldesign\\Game_elem\\Creature\\Fauna\\bestiary";
|
CSString inputSheetPath = LEVEL_DESIGN_PATH + "leveldesign/Game_elem/Creature/Fauna/bestiary";
|
||||||
CPath::addSearchPath( inputSheetPath, true, false );
|
CPath::addSearchPath( inputSheetPath, true, false );
|
||||||
|
|
||||||
vector<string> files;
|
vector<string> files;
|
||||||
|
|
Loading…
Reference in a new issue