Improve compatibility check (I still can't believe robin was right)

This commit is contained in:
Bart van Strien
2011-11-05 22:07:15 +01:00
parent 9d63f08472
commit d8666202cd
8 changed files with 22 additions and 8 deletions
+1
View File
@@ -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