| 1008 | } |
| 1009 | |
| 1010 | void S_StartNoMoney() |
| 1011 | { |
| 1012 | StartStore(stextshold); |
| 1013 | stextscrl = FALSE; |
| 1014 | stextsize = 1; |
| 1015 | ClearSText(5, 23); |
| 1016 | AddSText(0, 14, 1, "You do not have enough gold", COL_WHITE, 1); |
| 1017 | } |
| 1018 | |
| 1019 | void S_StartNoRoom() |
| 1020 | { |
no test coverage detected