aboutsummaryrefslogtreecommitdiffstats
path: root/test/jake2/render/TestMap.java
diff options
context:
space:
mode:
authorPatrick Woodworth <[email protected]>2012-12-07 22:52:49 -0800
committerPatrick Woodworth <[email protected]>2012-12-07 22:52:49 -0800
commit9f42486dcf2896fc0b649f9fd915e26e3a8a5589 (patch)
tree8db2c9932e8a5fc938e2f4aa61943818d508181e /test/jake2/render/TestMap.java
parent9bf77befdd3a8871cc8ed2c4de561095f2d4958c (diff)
Fixing test source compilation with new Q2TestDataUtil.
Diffstat (limited to 'test/jake2/render/TestMap.java')
-rw-r--r--test/jake2/render/TestMap.java4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/jake2/render/TestMap.java b/test/jake2/render/TestMap.java
index 3dd89fd..10112d1 100644
--- a/test/jake2/render/TestMap.java
+++ b/test/jake2/render/TestMap.java
@@ -75,9 +75,7 @@ public class TestMap
// open the q2dialog, if we are not in dedicated mode.
if (Globals.dedicated.value != 1.0f)
{
- Jake2.Q2Dialog = new Q2DataDialog();
- Locale.setDefault(Locale.US);
- Jake2.Q2Dialog.setVisible(true);
+ Q2TestDataUtil.initQ2DataTool();
}
Qcommon.Init(new String[] { "TestMap" });