From 528c96b2c04395a1e84465275365fbd926d9a751 Mon Sep 17 00:00:00 2001 From: Phillip Stephens Date: Tue, 20 Oct 2020 15:26:08 -0700 Subject: [PATCH] I am teh dumb, fix CGameArea --- Runtime/World/CGameArea.hpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Runtime/World/CGameArea.hpp b/Runtime/World/CGameArea.hpp index a215d9f13..477c582e4 100644 --- a/Runtime/World/CGameArea.hpp +++ b/Runtime/World/CGameArea.hpp @@ -104,7 +104,7 @@ class CGameArea final : public IGameArea { zeus::CTransform x3c_invTransform; zeus::CAABox x6c_aabb; CAssetId x84_mrea; - s32 x88_areaId; + CAssetId x88_areaId; std::vector x8c_attachedAreaIndices; std::vector x9c_deps1; std::vector xac_deps2; @@ -362,8 +362,6 @@ public: CGameArea* GetNext() const { return x130_next; } static void WarmupShaders(const SObjectTag& mreaTag); - - s32 GetAreaSaveId() const { return x88_areaId; } }; } // namespace urde