| 1358 | } |
| 1359 | |
| 1360 | void cheat_subLife() |
| 1361 | { |
| 1362 | if (s_lifeCount > 0) |
| 1363 | { |
| 1364 | s_lifeCount--; |
| 1365 | const char* msg = TFE_System::getMessage(TFE_MSG_SUBLIFE); |
| 1366 | if (msg) { hud_sendTextMessage(msg, 1); } |
| 1367 | } |
| 1368 | } |
| 1369 | |
| 1370 | void cheat_maxLives() |
| 1371 | { |
no test coverage detected