Set UQM as default game

This commit is contained in:
pelya
2010-08-21 20:39:20 +03:00
parent 9850a8e49f
commit 8521e12c45
18 changed files with 46 additions and 33 deletions

View File

@@ -1,5 +1,5 @@
// This string is autogenerated by ChangeAppSettings.sh, do not change spaces amount
package com.googlecode.opentyrian;
package com.sourceforge.sc2;
import android.app.Activity;
import android.content.Context;
@@ -176,6 +176,8 @@ class Settings
String [] downloadFiles = Globals.DataDownloadUrl.split("\\^");
if(downloadFiles.length <= 1)
{
Globals.OptionalDataDownload = new boolean[1];
Globals.OptionalDataDownload[0] = true;
showKeyboardConfig(p);
return;
}