We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9677c7e commit dce9476Copy full SHA for dce9476
code/cgame/cg_newdraw.c
@@ -1804,13 +1804,17 @@ int CG_ClientNumFromName(const char *p) {
1804
void CG_ShowResponseHead(void) {
1805
float x, y, w, h;
1806
1807
+ CG_SetScreenPlacement( PLACE_LEFT, PLACE_TOP );
1808
+
1809
x = 72;
1810
y = w = h = 0;
1811
CG_AdjustFrom640( &x, &y, &w, &h );
1812
1813
Menus_OpenByName("voiceMenu");
1814
trap_Cvar_Set("cl_conXOffset", va("%d", (int)x));
1815
cg.voiceTime = cg.time;
1816
1817
+ CG_PopScreenPlacement();
1818
}
1819
1820
void CG_RunMenuScript(char **args) {
0 commit comments