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:
coco875
2025-12-16 17:46:06 +01:00
committed by GitHub
parent 8250ea5764
commit 6b8be33a5b
23 changed files with 315 additions and 292 deletions
+1
View File
@@ -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));