Fixes to new build system

This commit is contained in:
pelya
2011-06-14 19:44:58 +03:00
parent ae93866036
commit e8dd7d71d6
8 changed files with 14 additions and 14 deletions

View File

@@ -273,7 +273,7 @@ class DemoRenderer extends GLSurfaceView_SDL.Renderer
}
catch ( UnsatisfiedLinkError eee )
{
System.out.println("libSDL: error loading lib: " + eee.toString());
//System.out.println("libSDL: error loading lib: " + eee.toString());
}
// ----- VCMI hack -----