Changed: Replace \\ by /

This commit is contained in:
kervala 2016-01-13 20:02:24 +01:00
parent 13ee42d521
commit 29f56159b1

View file

@ -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;