vloup / sgfork

Automatically exported from code.google.com/p/sgfork
GNU General Public License v2.0
0 stars 1 forks source link

Win32: Crash if launched from other than C local disk #91

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Copy game to any other than C:\ path. For example to D:\SGFork
2. Launch the game
3. It will show:
FS_CreatePath: failed to create path "C:"

Thanks to El Barto for pointing the problem.

Original issue reported on code.google.com by igorpana...@gmail.com on 18 Mar 2010 at 6:38

GoogleCodeExporter commented 9 years ago
Done in r124.

Added simple check for ':' symbol before path separator.

Original comment by igorpana...@gmail.com on 29 Mar 2010 at 3:45