Skip to content

Commit

Permalink
use inapp_files for production, not completed files
Browse files Browse the repository at this point in the history
  • Loading branch information
schlaf committed Jul 21, 2015
1 parent e3fdef9 commit c52a9a7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/src/main/java/com/schlaf/steam/xml/XmlExtractor.java
Original file line number Diff line number Diff line change
Expand Up @@ -208,11 +208,13 @@ public class XmlExtractor {
R.xml.inapp_khador, R.xml.inapp_menoth, R.xml.inapp_mercenaries, R.xml.inapp_retribution,
R.xml.inapp_everblight, R.xml.inapp_orboros, R.xml.inapp_skorne, R.xml.inapp_trollbloods, R.xml.inapp_minions, R.xml.objectives};

/* int[] XML_FILES = new int[] {R.xml.completed_cryx, R.xml.completed_cygnar, R.xml.completed_cyriss,
/* int[] XML_FILES = new int[] {R.xml.completed_cryx, R.xml.completed_cygnar, R.xml.completed_cyriss,
R.xml.completed_khador, R.xml.completed_menoth, R.xml.completed_mercenaries, R.xml.completed_retribution,
R.xml.completed_everblight, R.xml.completed_orboros, R.xml.completed_skorne, R.xml.completed_trollbloods, R.xml.completed_minions, R.xml.objectives};
*/


/** access to local resources */
Resources res;
SteamPunkRosterApplication parentApplication;
Expand Down

0 comments on commit c52a9a7

Please sign in to comment.