Home
last modified time | relevance | path

Searched refs:contactFirst (Results 1 – 1 of 1) sorted by relevance

/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/src/world/
H A Dcontact.cpp163 static Contact *contactFirst, *contactCursor; variable
175 contact->nextUsed = contactFirst; in newContact()
176 contactFirst = contact; in newContact()
210 contactCursor = contactFirst; in R_ClearContactLists()