mirror of
https://github.com/TTimo/doom3.gpl.git
synced 2026-03-19 16:39:24 +01:00
Fix constant string type in PrintClocks
Signed-off-by: XoD <xoddark@gmail.com>
This commit is contained in:
@@ -312,7 +312,7 @@ TIME_TYPE time_in_millisec( void ) {
|
|||||||
PrintClocks
|
PrintClocks
|
||||||
============
|
============
|
||||||
*/
|
*/
|
||||||
void PrintClocks( char *string, int dataCount, int clocks, int otherClocks = 0 ) {
|
void PrintClocks( const char *string, int dataCount, int clocks, int otherClocks = 0 ) {
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
idLib::common->Printf( string );
|
idLib::common->Printf( string );
|
||||||
|
|||||||
Reference in New Issue
Block a user