| 1385 | } |
| 1386 | |
| 1387 | void cheat_oneHitKill() |
| 1388 | { |
| 1389 | s_oneHitKillEnabled = ~s_oneHitKillEnabled; |
| 1390 | const char* msg = TFE_System::getMessage(TFE_MSG_ONEHITKILL); |
| 1391 | if (msg) { hud_sendTextMessage(msg, 1); } |
| 1392 | } |
| 1393 | |
| 1394 | void cheat_instaDeath() |
| 1395 | { |
no test coverage detected