BobbyJones 9 years ago
parent
commit
e3da734ace
3 changed files with 2 additions and 3 deletions
  1. 0 1
      src/modules/filesystem/Filesystem.cpp
  2. 1 1
      src/scripts/boot.lua
  3. 1 1
      src/scripts/boot.lua.h

+ 0 - 1
src/modules/filesystem/Filesystem.cpp

@@ -60,7 +60,6 @@ bool Filesystem::isAndroidSaveExternal() const
 	return useExternal;
 }
 
-
 bool Filesystem::isRealDirectory(const std::string &path) const
 {
 #ifdef LOVE_WINDOWS

+ 1 - 1
src/scripts/boot.lua

@@ -494,7 +494,7 @@ function love.init()
 	end
 
 	if love.filesystem then
-		love.filesystem.setAndroidSaveExternal(c.useexternalstoragee)
+		love.filesystem.setAndroidSaveExternal(c.useexternalstorage)
 		love.filesystem.setIdentity(c.identity or love.filesystem.getIdentity(), c.appendidentity)
 		if love.filesystem.isFile("main.lua") then
 			require("main")

+ 1 - 1
src/scripts/boot.lua.h

@@ -915,7 +915,7 @@ const unsigned char boot_lua[] =
 	0x09, 0x09, 0x6c, 0x6f, 0x76, 0x65, 0x2e, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x2e, 
 	0x73, 0x65, 0x74, 0x41, 0x6e, 0x64, 0x72, 0x6f, 0x69, 0x64, 0x53, 0x61, 0x76, 0x65, 0x45, 0x78, 0x74, 0x65, 
 	0x72, 0x6e, 0x61, 0x6c, 0x28, 0x63, 0x2e, 0x75, 0x73, 0x65, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 
-	0x73, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x65, 0x29, 0x0a,
+	0x73, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x29, 0x0a,
 	0x09, 0x09, 0x6c, 0x6f, 0x76, 0x65, 0x2e, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x2e, 
 	0x73, 0x65, 0x74, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x28, 0x63, 0x2e, 0x69, 0x64, 0x65, 0x6e, 
 	0x74, 0x69, 0x74, 0x79, 0x20, 0x6f, 0x72, 0x20, 0x6c, 0x6f, 0x76, 0x65, 0x2e, 0x66, 0x69, 0x6c, 0x65, 0x73,