check spr and dat signatures

This commit is contained in:
Eduardo Bart
2012-01-06 18:28:57 -02:00
parent f41e1e75cd
commit aca082f228
5 changed files with 22 additions and 5 deletions

View File

@@ -31,10 +31,6 @@ end
function Client.init()
setupWindow()
if not g_sprites.isLoaded() or not g_thingsType.isLoaded() then
fatal("spr and dat files are not loaded, are them missing?")
end
end
function Client.terminate()