MCPcopy Create free account
hub / github.com/diasurgical/DevilutionX / LoadPremium

Function LoadPremium

Source/loadsave.cpp:863–866  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

861}
862
863void LoadPremium(LoadHelper &file, int i)
864{
865 LoadAndValidateItemData(file, premiumitems[i]);
866}
867
868void LoadQuest(LoadHelper *file, int i)
869{

Callers 1

LoadGameFunction · 0.85

Calls 1

LoadAndValidateItemDataFunction · 0.85

Tested by

no test coverage detected