mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-25 17:54:15 +00:00
small change in firewall.h
This commit is contained in:
parent
e14b6eefec
commit
2bf2cef35e
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
#include <ultra64.h>
|
#include <ultra64.h>
|
||||||
#include <global.h>
|
#include <global.h>
|
||||||
|
|
||||||
typedef struct BgHidanFirewall {
|
typedef struct {
|
||||||
/* 0x0000 */ Actor actor;
|
/* 0x0000 */ Actor actor;
|
||||||
/* 0x014C */ ActorFunc actionFunc;
|
/* 0x014C */ ActorFunc actionFunc;
|
||||||
/* 0x0150 */ s16 unk_150;
|
/* 0x0150 */ s16 unk_150;
|
||||||
|
|
Loading…
Reference in a new issue