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

Function InitLevelCursor

Source/cursor.cpp:105–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105void InitLevelCursor()
106{
107 SetCursor_(CURSOR_HAND);
108 cursmx = ViewX;
109 cursmy = ViewY;
110 pcurstemp = -1;
111 pcursmonst = -1;
112 pcursobj = -1;
113 pcursitem = -1;
114 pcursplr = -1;
115 ClearCursor();
116}
117
118void CheckTown()
119{

Callers 1

start_gameFunction · 0.85

Calls 2

SetCursor_Function · 0.85
ClearCursorFunction · 0.85

Tested by

no test coverage detected