Fix gcc build errors & warnings

This commit is contained in:
Alexander 'z33ky' Hirsch
2021-10-18 00:13:06 +02:00
parent 3431f21f4d
commit c53070b322
5 changed files with 11 additions and 10 deletions

View File

@@ -758,7 +758,7 @@ CON_COMMAND_F( r_screenoverlay_indexed, "Draw specified material as an overlay i
}
else
{
Warning( "Format: r_screenoverlay_indexed <index> <material> %s\n" );
Warning( "Format: r_screenoverlay_indexed <index> [<material>]\n" );
}
}
#endif