New TFE Cheats.
| 1303 | |
| 1304 | // New TFE Cheats. |
| 1305 | void cheat_fly() |
| 1306 | { |
| 1307 | // Write the cheat message. |
| 1308 | const char* msg = TFE_System::getMessage(TFE_MSG_FLYMODE); |
| 1309 | if (msg) { hud_sendTextMessage(msg, 1); } |
| 1310 | |
| 1311 | s_flyMode = ~s_flyMode; |
| 1312 | } |
| 1313 | |
| 1314 | void cheat_noclip() |
| 1315 | { |
no test coverage detected