From 4fbb031dd95f2a84e73fbca269f517e98808d293 Mon Sep 17 00:00:00 2001 From: MegaMech Date: Tue, 15 Oct 2024 20:29:26 -0600 Subject: Refactors (#114) * Update Engine.cpp * fix * Add Actors * Refactor * Update Game.cpp * Refactors as per review --- src/engine/courses/BlockFort.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/engine/courses/BlockFort.cpp') diff --git a/src/engine/courses/BlockFort.cpp b/src/engine/courses/BlockFort.cpp index 27ac81305..e81550a64 100644 --- a/src/engine/courses/BlockFort.cpp +++ b/src/engine/courses/BlockFort.cpp @@ -106,8 +106,6 @@ void BlockFort::LoadTextures() { void BlockFort::SpawnActors() {} -void BlockFort::Init() { } - // Likely sets minimap boundaries void BlockFort::MinimapSettings() { D_8018D2A0 = 0.0335f; -- cgit v1.2.3