()
| 262 | } |
| 263 | |
| 264 | static void ClearNotify() { |
| 265 | int i; |
| 266 | for (i = 0; i < Defines.NUM_CON_TIMES; i++) |
| 267 | ClientGlobals.con.times[i] = 0; |
| 268 | } |
| 269 | |
| 270 | static void DrawString(int x, int y, String s) { |
| 271 | for (int i = 0; i < s.length(); i++) { |
no outgoing calls
no test coverage detected