INNER CODE UNIT · C

i

headcrab-junkyard/OGS · QW/client/cl_input.c:121

		i = -127*4;
	if (i > 127*4)
		i = 127*4;
	return i;
}

/*
==============
CL_FinishMove
==============
*/
void CL_FinishMove (usercmd_t *cmd)
{
	int		i;
	int		ms;

//
// always dump the first two message, because it may contain leftover inputs

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…