| 1017 | } |
| 1018 | |
| 1019 | void S_StartNoRoom() |
| 1020 | { |
| 1021 | StartStore(stextshold); |
| 1022 | stextscrl = FALSE; |
| 1023 | ClearSText(5, 23); |
| 1024 | AddSText(0, 14, 1, "You do not have enough room in inventory", COL_WHITE, 1); |
| 1025 | } |
| 1026 | |
| 1027 | void S_StartConfirm() |
| 1028 | { |
no test coverage detected