mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-24 06:21:18 +00:00
Unused vars
This commit is contained in:
parent
ea8ac5c35e
commit
65bf40c4c6
1 changed files with 0 additions and 3 deletions
|
|
@ -4040,9 +4040,6 @@ static void Command_ModDetails_f(void)
|
|||
//
|
||||
static void Command_ShowGametype_f(void)
|
||||
{
|
||||
INT32 j;
|
||||
const char *gametypestr = NULL;
|
||||
|
||||
if (!(netgame || multiplayer)) // print "Single player" instead of "Race"
|
||||
{
|
||||
CONS_Printf(M_GetText("Current gametype is %s\n"), "Single Player");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue