()
| 77 | long startTime; |
| 78 | |
| 79 | void run() |
| 80 | { |
| 81 | startTime = System.currentTimeMillis(); |
| 82 | while (true) |
| 83 | { |
| 84 | re.updateScreen(null); |
| 85 | re.getKeyboardHandler().Update(); |
| 86 | // try { |
| 87 | // Thread.sleep(5); |
| 88 | // } |
| 89 | // catch (InterruptedException e) { |
| 90 | // } |
| 91 | } |
| 92 | } |
| 93 | |
| 94 | int currentState = 0; |
| 95 |
no test coverage detected