Searched defs:cshift_empty (Results 1 - 1 of 1) sorted by relevance

/external/quake/quake/src/QW/client/
H A Dview.c260 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;

Completed in 17 milliseconds