/external/quake/quake/src/WinQuake/ |
vid_dos.cpp | 49 cvar_t vid_config_y = {"vid_config_y","600", true};
variable 99 Cvar_RegisterVariable (&vid_config_y);
|
gl_vidnt.cpp | 152 cvar_t vid_config_y = {"vid_config_y","600", true};
variable [all...] |
vid_win.cpp | 74 cvar_t vid_config_y = {"vid_config_y","600", true};
variable 1039 if (vid_config_y.value < (200 << stretch))
1040 vid_config_y.value = 200 << stretch;
1043 y = (int)vid_config_y.value;
[all...] |
/external/quake/quake/src/QW/client/ |
gl_vidnt.c | 152 cvar_t vid_config_y = {"vid_config_y","600", true};
variable [all...] |
vid_win.c | 78 cvar_t vid_config_y = {"vid_config_y","600", true};
variable 1080 if (vid_config_y.value < (200 << stretch))
1081 vid_config_y.value = 200 << stretch;
1084 y = (int)vid_config_y.value;
[all...] |