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

  /external/quake/quake/src/QW/client/
view.c 260 cshift_t cshift_empty = { {130,80,50}, 0 }; variable
393 cshift_empty.destcolor[0] = atoi(Cmd_Argv(1));
394 cshift_empty.destcolor[1] = atoi(Cmd_Argv(2));
395 cshift_empty.destcolor[2] = atoi(Cmd_Argv(3));
396 cshift_empty.percent = atoi(Cmd_Argv(4));
425 cl.cshifts[CSHIFT_CONTENTS] = cshift_empty;
432 cl.cshifts[CSHIFT_CONTENTS] = cshift_empty;
  /external/quake/quake/src/WinQuake/
view.cpp 254 cshift_t cshift_empty = { {130,80,50}, 0 };
389 cshift_empty.destcolor[0] = atoi(Cmd_Argv(1));
390 cshift_empty.destcolor[1] = atoi(Cmd_Argv(2));
391 cshift_empty.destcolor[2] = atoi(Cmd_Argv(3));
392 cshift_empty.percent = atoi(Cmd_Argv(4));
424 cl.cshifts[CSHIFT_CONTENTS] = cshift_empty;

Completed in 97 milliseconds