mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-07-08 06:30:56 -04:00
Fix widescreen 2
This commit is contained in:
+1
-1
@@ -721,7 +721,7 @@ void func_80042330_portrait(s32 x, s32 y, u16 angle, f32 scale, s16 lapCount) {
|
||||
Mat4 matrix;
|
||||
//printf("panel %d %d %d\n", x, (s32)OTRGetDimensionFromLeftEdge(x), (s32)OTRGetDimensionFromLeftEdge(0));
|
||||
|
||||
if (gHUDModes != 2 && lapCount < 3) {
|
||||
if ((gHUDModes != 2) && (D_801657E2 == 0) || (CVarGetInteger("gImprovements", 0) == true)) {
|
||||
if (x < (SCREEN_WIDTH / 2)) {
|
||||
x = (s32)OTRGetDimensionFromLeftEdge(x);
|
||||
} else {
|
||||
|
||||
@@ -476,12 +476,13 @@ void DrawEnhancementsMenu() {
|
||||
if (UIWidgets::BeginMenu("Gameplay")) {
|
||||
UIWidgets::WindowButton("Freecam", "gFreecam", GameUI::mFreecamWindow,
|
||||
{ .tooltip = "Allows you to fly around the course" });
|
||||
UIWidgets::CVarCheckbox("No multiplayer feature cuts", "gMultiplayerNoFeatureCuts",
|
||||
{ .tooltip = "Allows full train and jumbotron in multiplayer, etc." });
|
||||
UIWidgets::CVarCheckbox("General Improvements", "gImprovements", { .tooltip = "General improvements to the game experience." });
|
||||
UIWidgets::CVarCheckbox(
|
||||
"No Level of Detail (LOD)", "gDisableLod",
|
||||
{ .tooltip = "Disable Level of Detail (LOD) to avoid models using lower poly versions at a distance" });
|
||||
|
||||
UIWidgets::CVarCheckbox("No multiplayer feature cuts", "gMultiplayerNoFeatureCuts",
|
||||
{ .tooltip = "Allows full train and jumbotron in multiplayer, etc." });
|
||||
|
||||
UIWidgets::CVarCheckbox("Disable Culling", "gNoCulling", { .tooltip = "Disable original culling of mk64" });
|
||||
UIWidgets::CVarSliderFloat(
|
||||
|
||||
Reference in New Issue
Block a user