Home
last modified time | relevance | path

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

/dports/games/NBlood/NBlood-a1689a4/source/duke3d/src/
H A Dglobal.h47 G_EXTERN int32_t g_interpolationLock; variable
226 if (--g_interpolationLock) in G_RestoreInterpolations()
H A Dactors.cpp73 if (g_interpolationLock++) in G_DoInterpolations()
/dports/games/NBlood/NBlood-a1689a4/source/rr/src/
H A Dglobal.h54 G_EXTERN int32_t g_interpolationLock; variable
322 if (--g_interpolationLock) in G_RestoreInterpolations()
H A Dactors.cpp66 if (g_interpolationLock++) in G_DoInterpolations()