summaryrefslogtreecommitdiff
path: root/src/00_Core/Actor/ActorManager.cpp
diff options
context:
space:
mode:
authorAetias <aetias@outlook.com>2024-10-24 22:10:56 +0200
committerAetias <aetias@outlook.com>2024-10-24 22:10:56 +0200
commitd179159b1f13344bb9c0a7556b71ab9aaeb6dac8 (patch)
tree20ec662d2b3d0f85bf1c17683cd3f236899dd37d /src/00_Core/Actor/ActorManager.cpp
parent673269f181f456d7dbaebbe6d4bc95078833aa36 (diff)
Match `ActorManager`
Diffstat (limited to 'src/00_Core/Actor/ActorManager.cpp')
-rw-r--r--src/00_Core/Actor/ActorManager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/00_Core/Actor/ActorManager.cpp b/src/00_Core/Actor/ActorManager.cpp
index 5344745d..73ab6bbb 100644
--- a/src/00_Core/Actor/ActorManager.cpp
+++ b/src/00_Core/Actor/ActorManager.cpp
@@ -2,7 +2,7 @@
#include "DTCM/UnkStruct_027e103c.hpp"
#include "Map/MapManager.hpp"
-char *gShipParts[8] = {"anc", "bow", "hul", "can", "dco", "pdl", "fnl", "brg"};
+static char *sShipTypes[8] = {"anc", "bow", "hul", "can", "dco", "pdl", "fnl", "brg"};
extern "C" Cylinder *func_ov000_020c3ef0(void *, u32 index);
extern "C" bool func_ov000_020c3f08(void *, u32 index);