mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-09-07 03:39:57 -04:00
[Enhancement] Implement Digital Speedometer (#431)
* Fix crash * Poorly document camera * Fix harder cpu items * Fix item * Prevent Rare Infinite Loop * Impl Digital Speedometer * Update PortMenu.cpp --------- Co-authored-by: MegaMech <7255464+MegaMech@users.noreply.github.com>
This commit is contained in:
+4
-1
@@ -951,7 +951,10 @@ void func_80058F78(void) {
|
||||
draw_simplified_lap_count(PLAYER_ONE);
|
||||
func_8004EB38(0);
|
||||
if (D_801657E6 != false) {
|
||||
func_8004ED40(0);
|
||||
if (CVarGetInteger("gEnableDigitalSpeedometer", false) == true) {
|
||||
render_digital_speedometer(PLAYER_ONE);
|
||||
}
|
||||
render_speedometer(PLAYER_ONE);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user