Fix ac_npc_shasho

This commit is contained in:
Cuyler36
2025-06-11 18:22:22 -04:00
parent e30f46db56
commit 9dc3bc9842
3 changed files with 26 additions and 18 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ typedef void (*aNSS_MOVE_PROC)(NPC_SHASHO_ACTOR*, GAME*);
struct npc_shasho_s {
/* 0x000 */ NPC_ACTOR npc_class;
/* 0x994 */ int action;
/* 0x998 */ int unk_move_action;
/* 0x998 */ int next_action;
/* 0x99C */ aNSS_PROC talk_action;
/* 0x9A0 */ ACTOR* train_door_actor;
};