summaryrefslogtreecommitdiffstats
path: root/test/jake2/render/TestMap.java
diff options
context:
space:
mode:
authorCarsten Weisse <[email protected]>2004-12-14 01:08:32 +0000
committerCarsten Weisse <[email protected]>2004-12-14 01:08:32 +0000
commit4822cf7fe0530c92dc5dcf6830bd4c1fcb0b5608 (patch)
tree44b088365fb38900ae07ac631cc18fa9e8b247c5 /test/jake2/render/TestMap.java
parentd7dfdaa032f6c9d846f2172dd817597cf536c3a4 (diff)
changes for KBD interface
Diffstat (limited to 'test/jake2/render/TestMap.java')
-rw-r--r--test/jake2/render/TestMap.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/jake2/render/TestMap.java b/test/jake2/render/TestMap.java
index c8cfb76..f1ade00 100644
--- a/test/jake2/render/TestMap.java
+++ b/test/jake2/render/TestMap.java
@@ -2,7 +2,7 @@
* TestMap.java
* Copyright (C) 2003
*
- * $Id: TestMap.java,v 1.5 2004-07-16 10:11:36 cawe Exp $
+ * $Id: TestMap.java,v 1.6 2004-12-14 01:08:32 cawe Exp $
*/
/*
Copyright (C) 1997-2001 Id Software, Inc.
@@ -72,7 +72,7 @@ public class TestMap
void init()
{
- Qcommon.Init(new String[] { "TestMap $Id: TestMap.java,v 1.5 2004-07-16 10:11:36 cawe Exp $" });
+ Qcommon.Init(new String[] { "TestMap $Id: TestMap.java,v 1.6 2004-12-14 01:08:32 cawe Exp $" });
// sehr wichtig !!!
VID.Shutdown();
@@ -121,7 +121,7 @@ public class TestMap
while (true)
{
re.updateScreen(callback);
- KBD.Update();
+ re.getKeyboardHandler().Update();
Cbuf.Execute();
}
}