mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-09-06 19:31:06 -04:00
fix Ressource name (#596)
* fix Ressource name * add a fallback * use the correct name for dk jungle * use the correct name for macos intel CI * add print
This commit is contained in:
@@ -53,6 +53,7 @@ DKJungle::DKJungle() {
|
||||
Props.Minimap.FinishlineY = 0;
|
||||
ResizeMinimap(&Props.Minimap);
|
||||
|
||||
ResourceName = "mk:dk_jungle";
|
||||
Props.SetText(Props.Name, "d.k.'s jungle parkway", sizeof(Props.Name));
|
||||
Props.SetText(Props.DebugName, "jungle", sizeof(Props.DebugName));
|
||||
Props.SetText(Props.TrackLength, "893m", sizeof(Props.TrackLength));
|
||||
|
||||
Reference in New Issue
Block a user