From 237b09f4abe966c1e85e03228717a45c462271ae Mon Sep 17 00:00:00 2001 From: Zack Middleton Date: Fri, 9 Sep 2011 21:48:07 +0000 Subject: [PATCH] Fixed some function name comments in cl_cin.c --- code/client/cl_cin.c | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/code/client/cl_cin.c b/code/client/cl_cin.c index b28b0e8a..8d6f51c5 100644 --- a/code/client/cl_cin.c +++ b/code/client/cl_cin.c @@ -1293,7 +1293,7 @@ static void RoQShutdown( void ) { /* ================== -SCR_StopCinematic +CIN_StopCinematic ================== */ e_status CIN_StopCinematic(int handle) { @@ -1320,7 +1320,7 @@ e_status CIN_StopCinematic(int handle) { /* ================== -SCR_RunCinematic +CIN_RunCinematic Fetch and decompress the pending frame ================== @@ -1398,8 +1398,7 @@ e_status CIN_RunCinematic (int handle) /* ================== -CL_PlayCinematic - +CIN_PlayCinematic ================== */ int CIN_PlayCinematic( const char *arg, int x, int y, int w, int h, int systemBits ) { @@ -1421,7 +1420,7 @@ int CIN_PlayCinematic( const char *arg, int x, int y, int w, int h, int systemBi } } - Com_DPrintf("SCR_PlayCinematic( %s )\n", arg); + Com_DPrintf("CIN_PlayCinematic( %s )\n", arg); Com_Memset(&cin, 0, sizeof(cinematics_t) ); currentHandle = CIN_HandleForVideo(); @@ -1564,8 +1563,7 @@ void CIN_ResampleCinematic(int handle, int *buf2) { /* ================== -SCR_DrawCinematic - +CIN_DrawCinematic ================== */ void CIN_DrawCinematic (int handle) {