mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 18:58:00 +00:00
Update Maven plugins, checkstyle, Add namespace javadocs
This commit is contained in:
@@ -105,10 +105,10 @@ public class FModel {
|
||||
// It's looking like all the settings at the same time, here only.
|
||||
// Doublestrike 06-02-12
|
||||
Constant.Runtime.DEV_MODE[0] = preferences.getPrefBoolean(FPref.DEV_MODE_ENABLED);
|
||||
Constant.Runtime.SKIN_NAME = preferences.getPref(FPref.UI_SKIN);
|
||||
Constant.Runtime.setSkinName(preferences.getPref(FPref.UI_SKIN));
|
||||
|
||||
// Load splash image and preloader swatches for skin
|
||||
FSkin.loadLight(Constant.Runtime.SKIN_NAME);
|
||||
FSkin.loadLight(Constant.Runtime.getSkinName());
|
||||
|
||||
// Instantiate AI
|
||||
AllZone.setInputControl(new InputControl(FModel.this));
|
||||
|
||||
Reference in New Issue
Block a user