summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAetias <aetias@outlook.com>2024-06-16 10:46:34 +0200
committerAetias <aetias@outlook.com>2024-06-16 10:46:34 +0200
commit3306a9c7b4c1fe2a0df0549e81ab8ed0f3af5fe2 (patch)
treeb2fabb246f066d9b8b167e8f7205cb189183e854 /src
parent88fbcd38b030e86ee263ac6b9d3f7210257d40be (diff)
Match `sShipTypes`
Diffstat (limited to 'src')
-rw-r--r--src/00_Core/Actor/Actor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/00_Core/Actor/Actor.cpp b/src/00_Core/Actor/Actor.cpp
index d780afd2..c9f914bb 100644
--- a/src/00_Core/Actor/Actor.cpp
+++ b/src/00_Core/Actor/Actor.cpp
@@ -13,7 +13,7 @@ extern "C" {
#include "Player/TouchControl.hpp"
#include "Save/AdventureFlags.hpp"
-static char *sShipTypes[] = { "anc", "bow", "hul", "can", "dco", "pdl", "fnl", "brg" };
+static char *sShipTypes[] = { "brg", "anc", "bow", "hul", "can", "dco", "pdl", "fnl" };
struct UnkStruct3 {
/* 0 */ s16 mUnk_0;