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

@@ -535,7 +535,7 @@ public class MainActivity extends Activity {
// ----- VCMI hack -----
try {
System.out.println("libSDL: Extracting VCMI server");
//System.out.println("libSDL: Extracting VCMI server");
InputStream in = null;
try
@@ -602,7 +602,7 @@ public class MainActivity extends Activity {
}
catch ( Exception eee )
{
System.out.println("libSDL: Error: " + eee.toString());
//System.out.println("libSDL: Error: " + eee.toString());
}
// ----- VCMI hack -----