diff options
Diffstat (limited to 'src/jake2/qcommon/Q2DataTest.java')
-rw-r--r-- | src/jake2/qcommon/Q2DataTest.java | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/src/jake2/qcommon/Q2DataTest.java b/src/jake2/qcommon/Q2DataTest.java deleted file mode 100644 index 5606b99..0000000 --- a/src/jake2/qcommon/Q2DataTest.java +++ /dev/null @@ -1,28 +0,0 @@ -/* - * Q2DataTest.java - * Copyright Bytonic Software (C) 2004 - * - * $Id: Q2DataTest.java,v 1.2 2004-09-19 19:53:51 hzi Exp $ - */ -package jake2.qcommon; - -import jake2.Jake2; - -/** - * Q2DataTest - */ -public class Q2DataTest { - - static void run() { - while (FS.LoadFile("pics/colormap.pcx") == null) { - Jake2.Q2Dialog.showChooseDialog(); - - try { - synchronized(Jake2.Q2Dialog) { - Jake2.Q2Dialog.wait(); - } - } catch (InterruptedException e) {} - } - Jake2.Q2Dialog.showStatus(); - } -} |