MCPcopy Create free account
hub / github.com/diasurgical/devilution / S_StartNoMoney

Function S_StartNoMoney

Source/stores.cpp:1010–1017  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1008}
1009
1010void 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
1019void S_StartNoRoom()
1020{

Callers 1

StartStoreFunction · 0.85

Calls 3

StartStoreFunction · 0.85
ClearSTextFunction · 0.85
AddSTextFunction · 0.85

Tested by

no test coverage detected