summaryrefslogtreecommitdiff
path: root/src/code/z_actor.c
diff options
context:
space:
mode:
authorrozlette <uberpanzermensch@gmail.com>2019-11-14 00:52:31 -0600
committerrozlette <uberpanzermensch@gmail.com>2019-11-14 00:52:31 -0600
commita09a799eef76b00a58e74209fb968d425d50447f (patch)
tree990564d7d0e38aa6a049841b8b93f26cf07e41b3 /src/code/z_actor.c
parentb1938991fa755ca1b75134c0a5c50d649faf1370 (diff)
Rename tons of structs because we aren't using the z_ prefix anymore ;_;
Diffstat (limited to 'src/code/z_actor.c')
-rw-r--r--src/code/z_actor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/z_actor.c b/src/code/z_actor.c
index c75d5d09d..18b608a9c 100644
--- a/src/code/z_actor.c
+++ b/src/code/z_actor.c
@@ -259,7 +259,7 @@ GLOBAL_ASM("./asm/nonmatching/z_actor/func_800B8898.asm")
GLOBAL_ASM("./asm/nonmatching/z_actor/func_800B8934.asm")
-UNK_TYPE Actor_HasParent(z_Actor* actor, z_GlobalContext* ctxt) {
+UNK_TYPE Actor_HasParent(Actor* actor, GlobalContext* ctxt) {
if (actor->parent != NULL) {
return 1;
} else {