MCPcopy Create free account
hub / github.com/ZDoom/Raze / LoadMapPreview

Function LoadMapPreview

source/core/menu/usermap.cpp:143–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143void LoadMapPreview(FUsermapEntry* entry)
144{
145 if (entry->wallsread) return;
146 entry->walls = loadMapWalls(entry->filename.GetChars());
147}
148
149void UnloadMapPreviews(FUsermapDirectory* dir)
150{

Callers 1

DEFINE_ACTION_FUNCTIONFunction · 0.85

Calls 2

loadMapWallsFunction · 0.85
GetCharsMethod · 0.45

Tested by

no test coverage detected