summaryrefslogtreecommitdiff
path: root/src/toBeSorted/time_area_mgr.cpp
diff options
context:
space:
mode:
authorElijah Thomas <42302100+elijah-thomas774@users.noreply.github.com>2024-10-16 15:36:02 -0400
committerGitHub <noreply@github.com>2024-10-16 15:36:02 -0400
commit26af4db82da23364961ebb440efba88846240731 (patch)
tree9cfe6a427cfe59c13c64928ccef6ba3c5ccfec21 /src/toBeSorted/time_area_mgr.cpp
parent4543ec129ec02649b24ae0e20d8325a5f066c9b1 (diff)
update from dtk-template - clangd :) (#66)
* update from dtk-template and start work towards using clangd * include <a> -> "a" * Update build.yml * remove/add non-trivial class in union warning
Diffstat (limited to 'src/toBeSorted/time_area_mgr.cpp')
-rw-r--r--src/toBeSorted/time_area_mgr.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/toBeSorted/time_area_mgr.cpp b/src/toBeSorted/time_area_mgr.cpp
index 609a9129..4c79ef7a 100644
--- a/src/toBeSorted/time_area_mgr.cpp
+++ b/src/toBeSorted/time_area_mgr.cpp
@@ -1,8 +1,8 @@
-#include <toBeSorted/time_area_mgr.h>
-#include <toBeSorted/scgame.h>
-#include <nw4r/g3d/g3d_obj.h>
-#include <d/d_heap.h>
+#include "toBeSorted/time_area_mgr.h"
+#include "d/d_heap.h"
+#include "nw4r/g3d/g3d_obj.h"
+#include "toBeSorted/scgame.h"
dTimeAreaMgr_c::dTimeAreaMgr_c() {
sInstance = this;
@@ -50,7 +50,7 @@ bool dTimeAreaMgrProcB_c::create(mHeapAllocator_c *alloc) {
if (!m3d::proc_c::create(alloc, nullptr)) {
return false;
}
-
+
setPriorityDraw(0x13, 0);
setOption(/* DISABLE_DRAW_XLU */ 0x07, 1);
field_0x18 = 0x8C;