Browse Source

The actual commit

Bart van Strien 13 years ago
parent
commit
f0aa29f9a5
2 changed files with 2 additions and 0 deletions
  1. 1 0
      src/scripts/boot.lua
  2. 1 0
      src/scripts/boot.lua.h

+ 1 - 0
src/scripts/boot.lua

@@ -321,6 +321,7 @@ function love.init()
 	for i, v in ipairs(love._version_compat) do
 	for i, v in ipairs(love._version_compat) do
 		if c.version == v then
 		if c.version == v then
 			compat = true
 			compat = true
+			break
 		end
 		end
 	end
 	end
 	if not compat then
 	if not compat then

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

@@ -544,6 +544,7 @@ const unsigned char boot_lua[] =
 	0x09, 0x09, 0x69, 0x66, 0x20, 0x63, 0x2e, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x20, 0x3d, 0x3d, 0x20, 
 	0x09, 0x09, 0x69, 0x66, 0x20, 0x63, 0x2e, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x20, 0x3d, 0x3d, 0x20, 
 	0x76, 0x20, 0x74, 0x68, 0x65, 0x6e, 0x0a,
 	0x76, 0x20, 0x74, 0x68, 0x65, 0x6e, 0x0a,
 	0x09, 0x09, 0x09, 0x63, 0x6f, 0x6d, 0x70, 0x61, 0x74, 0x20, 0x3d, 0x20, 0x74, 0x72, 0x75, 0x65, 0x0a,
 	0x09, 0x09, 0x09, 0x63, 0x6f, 0x6d, 0x70, 0x61, 0x74, 0x20, 0x3d, 0x20, 0x74, 0x72, 0x75, 0x65, 0x0a,
+	0x09, 0x09, 0x09, 0x62, 0x72, 0x65, 0x61, 0x6b, 0x0a,
 	0x09, 0x09, 0x65, 0x6e, 0x64, 0x0a,
 	0x09, 0x09, 0x65, 0x6e, 0x64, 0x0a,
 	0x09, 0x65, 0x6e, 0x64, 0x0a,
 	0x09, 0x65, 0x6e, 0x64, 0x0a,
 	0x09, 0x69, 0x66, 0x20, 0x6e, 0x6f, 0x74, 0x20, 0x63, 0x6f, 0x6d, 0x70, 0x61, 0x74, 0x20, 0x74, 0x68, 0x65, 
 	0x09, 0x69, 0x66, 0x20, 0x6e, 0x6f, 0x74, 0x20, 0x63, 0x6f, 0x6d, 0x70, 0x61, 0x74, 0x20, 0x74, 0x68, 0x65,