Fix map delete on windows (concatenate paths correctly with / or \ depending on OS)
authorPerttu Ahola <celeron55@gmail.com>
Sun, 16 Oct 2011 13:16:47 +0000 (16:16 +0300)
committerPerttu Ahola <celeron55@gmail.com>
Sun, 16 Oct 2011 13:16:47 +0000 (16:16 +0300)
commit67a6bc4ab5be607c4a9f9a349dee629e864c2d42
treea07c396e114a21ccfede1bd9cd28470e1bd178b3
parentef397dca7c4adb4216e5063a01a487889bf28abd
Fix map delete on windows (concatenate paths correctly with / or \ depending on OS)
src/filesys.cpp
src/filesys.h
src/game.cpp
src/main.cpp
src/map.cpp
src/porting.cpp
src/servermain.cpp
src/tile.cpp