예제 #1
0
void CG_DrawOverlays(void)
{
	CG_GameStatsDraw();
	CG_TopShotsDraw();
	CG_ObjectivesDraw();
#ifdef MV_SUPPORT
	CG_SpecHelpDraw();
#endif
	if(cg.demoPlayback) {
		CG_DemoHelpDraw();
	}
}
예제 #2
0
파일: cg_info.c 프로젝트: belstgut/etlegacy
void CG_DrawOverlays(void)
{
	CG_GameStatsDraw();
	CG_TopShotsDraw();
	CG_ObjectivesDraw();
#ifdef FEATURE_MULTIVIEW
	CG_SpecHelpDraw();
#endif
	if (cg.demoPlayback)
	{
		CG_DemoHelpDraw();
	}
}