Beherith / springrts_smf_compiler

This tool allows the compilation and decompilation of maps to springrts's binary smf map format.
Creative Commons Zero v1.0 Universal
10 stars 9 forks source link

Fix linux slash type #2

Closed TurBoss closed 7 years ago

TurBoss commented 7 years ago

use os.path.join to determine what kind of slash is needed tested on linux only

Beherith commented 7 years ago

Thanks!