thanx to Oreolek, bugfix in prefs

This commit is contained in:
p.kosyh 2010-11-23 17:32:47 +00:00
parent e327979831
commit 8789f470b9
2 changed files with 2 additions and 1 deletions

1
debian/changelog vendored
View file

@ -2,6 +2,7 @@ instead (1.3.1) unstable; urgency=low
* bug fix (imgl and justify);
* bug fix (languages in WinCE version);
* bug fix (prefs do not create save dir);
-- Peter Kosyh <p.kosyh@gmail.com> Mon, 22 Nov 2010 11:17:00 +0300

View file

@ -432,7 +432,7 @@ static int luaB_is_sound(lua_State *L) {
}
static int luaB_get_savepath(lua_State *L) {
lua_pushstring(L, dirname(game_save_path(0, 0)));
lua_pushstring(L, dirname(game_save_path(1, 0)));
return 1;
}