Home
last modified time | relevance | path

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

/dports/games/NBlood/NBlood-a1689a4/source/build/src/
H A Dmdsprite.cpp1045 … if (!smoothdurationp || ((smooth->mdoldframe == m->cframe) && (smooth->mdcurframe == m->cframe))) in updateanimation()
1053 if (smooth->mdoldframe != m->cframe) in updateanimation()
1067 smooth->mdoldframe = smooth->mdcurframe; in updateanimation()
1076 smooth->mdoldframe = smooth->mdcurframe; in updateanimation()
1099 m->cframe = smooth->mdoldframe; in updateanimation()
1130 m->cframe = smooth->mdoldframe; in updateanimation()
1146 smooth->mdoldframe = m->cframe; in updateanimation()
1165 smooth->mdoldframe = m->cframe; in updateanimation()
/dports/games/NBlood/NBlood-a1689a4/source/duke3d/src/
H A Dnetwork.cpp1008 gameSprSmooth->mdoldframe = netActor->sm_mdoldframe; in Net_CopySpriteSmoothFromNet()
1344 netActor->sm_mdoldframe = gameSprSmooth->mdoldframe; in Net_CopySpriteSmoothToNet()
/dports/games/NBlood/NBlood-a1689a4/source/build/include/
H A Dbuild.h560 int16_t mdcurframe, mdoldframe; member