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

Function S_StartNoRoom

Source/stores.cpp:1019–1025  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1017}
1018
1019void 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
1027void S_StartConfirm()
1028{

Callers 1

StartStoreFunction · 0.85

Calls 3

StartStoreFunction · 0.85
ClearSTextFunction · 0.85
AddSTextFunction · 0.85

Tested by

no test coverage detected