Searched refs:IM_COLLECT (Results 1 – 5 of 5) sorted by relevance
/dports/games/redeclipse16/base-1.6.0/src/game/ |
H A D | game.cpp | 1109 int timeslice = int((curtime+d->impulse[IM_COLLECT])*impulseregen); in checkoften() 1126 d->impulse[IM_COLLECT] = 0; in checkoften() 1128 else d->impulse[IM_COLLECT] += curtime; in checkoften()
|
H A D | game.h | 217 enum { IM_METER = 0, IM_TYPE, IM_TIME, IM_REGEN, IM_COUNT, IM_COLLECT, IM_SLIP, IM_SLIDE, IM_JUMP, … enumerator
|
/dports/games/redeclipse/base-2.0.0/src/game/ |
H A D | game.cpp | 1170 int timeslice = int((curtime+d->impulse[IM_COLLECT])*impulseregen); in checkoften() 1187 d->impulse[IM_COLLECT] = 0; in checkoften() 1189 else d->impulse[IM_COLLECT] += curtime; in checkoften()
|
H A D | game.h | 247 enum { IM_METER = 0, IM_TYPE, IM_REGEN, IM_COUNT, IM_COLLECT, IM_SLIP, IM_MAX }; enumerator
|
H A D | client.cpp | 1027 CLCOMMAND(impulsecollect, intret(d->impulse[IM_COLLECT]));
|