fix for wince

This commit is contained in:
p.kosyh@gmail.com 2011-03-12 17:34:18 +00:00
parent 32e317289e
commit d31dc06e7e

View file

@ -570,7 +570,7 @@ static int instead_package(void)
strcat(stead_path, ";");
}
if (STEAD_PATH[0] == '.') {
if (STEAD_PATH[0] != '/') {
strcat(stead_path, game_cwd);
strcat(stead_path, "/");
strcat(stead_path, STEAD_PATH);