mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-24 08:52:33 +00:00
Merge branch 'minigen-verbose' into 'master'
Verbose minigen - "RR_GREENHILLS-MINIMAP.png" See merge request KartKrew/Kart!903
This commit is contained in:
commit
4cc8e46cf8
1 changed files with 2 additions and 2 deletions
|
|
@ -1792,11 +1792,11 @@ void M_MinimapGenerate(void)
|
|||
return;
|
||||
}
|
||||
|
||||
filepath = va("%s" PATHSEP "MINIMAP-%d.png", srb2home, mul);
|
||||
filepath = va("%s" PATHSEP "%s-MINIMAP-%d.png", srb2home, G_BuildMapName(gamemap), mul);
|
||||
}
|
||||
else
|
||||
{
|
||||
filepath = va("%s" PATHSEP "MINIMAP.png", srb2home);
|
||||
filepath = va("%s" PATHSEP "%s-MINIMAP.png", srb2home, G_BuildMapName(gamemap));
|
||||
}
|
||||
|
||||
minigen = AM_MinimapGenerate(mul);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue