- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
switch (this.gameState) {
case 2: // '\002'
case 3: // '\003'
this.setGameState(4);
return;
case 6: // '\006'
this.setGameState(4);
return;
case 4: // '\004'
switch (keyevent.getKeyCode()) {
case 80: // 'P'
this.setGameState(6);
return;
case 37: // '%'
this.changePukSpeed(-1, 0);
return;
case 39: // '\''
this.changePukSpeed(1, 0);
return;
case 38: // '&'
this.changePukSpeed(0, -1);
return;
case 40: // '('
this.changePukSpeed(0, 1);
return;
}
// fall through
case 5: // '\005'
default:
return;
}
istem 27.01.2011 03:16 # 0
никто не пробовал?..
absolut 27.01.2011 08:45 # 0
3.14159265 04.02.2011 12:53 # 0
telnet 27.01.2011 09:02 # 0
Altravert 29.01.2011 07:39 # 0
Говнистость во вложенном свиче, или что?
RaZeR 29.01.2011 16:22 # 0
Belorus 31.01.2011 16:09 # 0