Fixed love.keyboard.setKeyRepeat, fixed issues with Body:getWhatever, and made the save directory settable.

This commit is contained in:
rude
2009-10-29 22:34:54 +01:00
parent 0e671c34d5
commit 435fc43f68
9 changed files with 164 additions and 66 deletions
@@ -60,10 +60,6 @@ namespace physfs
if(!isInited)
return false;
// Check whether save directory is already set.
if(!save_identity.empty() || PHYSFS_getWriteDir() != 0)
return false;
// Store the save directory.
save_identity = std::string(ident);