diff --git a/src/scripts/boot.lua b/src/scripts/boot.lua index bd5e3286d..c91da091c 100644 --- a/src/scripts/boot.lua +++ b/src/scripts/boot.lua @@ -321,6 +321,7 @@ function love.init() for i, v in ipairs(love._version_compat) do if c.version == v then compat = true + break end end if not compat then diff --git a/src/scripts/boot.lua.h b/src/scripts/boot.lua.h index 88ac8841c..0398c1e38 100644 --- a/src/scripts/boot.lua.h +++ b/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, 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, 0x62, 0x72, 0x65, 0x61, 0x6b, 0x0a, 0x09, 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,