summaryrefslogtreecommitdiff
path: root/src/engine/courses/BlockFort.cpp
diff options
context:
space:
mode:
authorMegaMech <7255464+MegaMech@users.noreply.github.com>2025-01-05 12:26:27 -0700
committerMegaMech <7255464+MegaMech@users.noreply.github.com>2025-01-05 12:26:27 -0700
commite993944089e1aa8d967568a84107aa4b9c727228 (patch)
tree0009e5db3d9016ca112cb0445fe15de25efa2f30 /src/engine/courses/BlockFort.cpp
parent5ee24ab2aaa451442199bceccf519d9bb9e58dcf (diff)
Finishwide screen. Impl IVector2D MinimapDimensions
Diffstat (limited to 'src/engine/courses/BlockFort.cpp')
-rw-r--r--src/engine/courses/BlockFort.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/courses/BlockFort.cpp b/src/engine/courses/BlockFort.cpp
index 948eaf5e0..61eb3c0b1 100644
--- a/src/engine/courses/BlockFort.cpp
+++ b/src/engine/courses/BlockFort.cpp
@@ -46,8 +46,8 @@ BlockFort::BlockFort() {
this->gfxSize = 699;
Props.textures = block_fort_textures;
Props.MinimapTexture = gTextureCourseOutlineBlockFort;
- Props.D_800E5548[0] = 64;
- Props.D_800E5548[1] = 64;
+ Props.MinimapDimensions = IVector2D(ResourceGetTexWidthByName(Props.MinimapTexture), ResourceGetTexHeightByName(Props.MinimapTexture));
+
Props.Name = "block fort";
Props.DebugName = "block";