TeeWorlds do not crash, but buggy as hell

This commit is contained in:
pelya
2010-09-06 14:32:16 +03:00
parent 10f1178f0b
commit a624926c92
6 changed files with 21 additions and 9 deletions

View File

@@ -48,5 +48,5 @@ class Globals {
}
class LoadLibrary {
public LoadLibrary() { System.loadLibrary("sdl"); System.loadLibrary("sdl_image"); System.loadLibrary("sdl_mixer"); };
public LoadLibrary() { System.loadLibrary("sdl"); System.loadLibrary("sdl_image"); };
}