From 65f0e447600f171a6a48f4354c0fb40e77805329 Mon Sep 17 00:00:00 2001 From: Miloslav Ciz Date: Thu, 20 Feb 2025 20:08:55 +0100 Subject: [PATCH] Small stuff --- TODO.txt | 4 ++++ assets.h | 4 ++-- renderer.h | 3 +-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/TODO.txt b/TODO.txt index 219cd8c..8cb2cba 100644 --- a/TODO.txt +++ b/TODO.txt @@ -1,5 +1,9 @@ =========== GENERAL ============== +- add indication when CP is taken: in 1st man view it may be unclear if CP was + taken or not otherwise +- on 1st map the camera is obscured by the wall at the start, fix it somehow + (not the best first impression) - culling is very slow now, it showed that distance bailout can accelerate it a lot, try to make a more accurate bailaout and see if it's faster (watch out for bugs due to false positives) diff --git a/assets.h b/assets.h index e16e881..6b4d48c 100644 --- a/assets.h +++ b/assets.h @@ -32,7 +32,7 @@ static const char *LCR_texts[] = "main menu", "play map", "view repl", - "play repl", + "race repl", #define LCR_TEXTS_MAIN_MENU 5 "camera: $", @@ -95,7 +95,7 @@ static const char *LCR_internalDataFile = // MAP 1: "#MLicar1;4321 0 " - ":*B3mL:!x6G:+L2H:+D38" // start, finish, CPs + ":*B2mL:!x6G:+L2H:+D38" // start, finish, CPs // pillars: ":nw0w2L:f151:m151" ":nz0w2L:f151:m151" diff --git a/renderer.h b/renderer.h index d92bb18..6293653 100644 --- a/renderer.h +++ b/renderer.h @@ -1813,8 +1813,7 @@ void LCR_rendererDrawMenu(const char *tabName,const char **items, #if LCR_SETTING_POTATO_GRAPHICS ); #else - ^ (effect & - 0x20c3)); + ^ (effect & 0x41c3)); effect += 5 + i % 4; #endif