HomeSort by relevance Sort by last modified time
    Searched refs:cshift_t (Results 1 - 6 of 6) sorted by null

  /external/quake/quake/src/WinQuake/
client.h 54 } cshift_t; typedef in typeref:struct:__anon10646
163 cshift_t cshifts[NUM_CSHIFTS]; // color shifts for damage, powerups
164 cshift_t prev_cshifts[NUM_CSHIFTS]; // and content types
r_local.h 290 extern cshift_t cshift_water;
view.cpp 254 cshift_t cshift_empty = { {130,80,50}, 0 };
255 cshift_t cshift_water = { {130,80,50}, 128 };
256 cshift_t cshift_slime = { {0,25,5}, 150 };
257 cshift_t cshift_lava = { {255,80,0}, 150 };
  /external/quake/quake/src/QW/client/
client.h 104 } cshift_t; typedef in typeref:struct:__anon10360
236 cshift_t cshifts[NUM_CSHIFTS]; // color shifts for damage, powerups
237 cshift_t prev_cshifts[NUM_CSHIFTS]; // and content types
r_local.h 291 extern cshift_t cshift_water;
view.c 260 cshift_t cshift_empty = { {130,80,50}, 0 };
261 cshift_t cshift_water = { {130,80,50}, 128 };
262 cshift_t cshift_slime = { {0,25,5}, 150 };
263 cshift_t cshift_lava = { {255,80,0}, 150 };

Completed in 1016 milliseconds