diff options
| author | Tal Hayon <talhayon1@gmail.com> | 2022-04-17 10:10:17 +0300 |
|---|---|---|
| committer | Tal Hayon <talhayon1@gmail.com> | 2022-04-17 10:10:17 +0300 |
| commit | 10af15d30a7b19f2ce51f9df41bae1603c73282f (patch) | |
| tree | 396dfb85aed2413f4820dab2599caee82e88c4cc /src/object | |
| parent | c6e3eafd09624cf696c90eb113c981e8f17f4280 (diff) | |
Replace int with s32
Diffstat (limited to 'src/object')
| -rw-r--r-- | src/object/button.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/button.c b/src/object/button.c index 88068074..1429cb05 100644 --- a/src/object/button.c +++ b/src/object/button.c @@ -185,7 +185,7 @@ u32 sub_08081E3C(Entity* this) { 0x77, 0x78, 0x79, 0x7a, 0, 0, }; const u16* tmp1; - int tmp2; + s32 tmp2; tmp2 = GetTileType(this->field_0x74.HWORD, this->collisionLayer); tmp1 = gUnk_0811EE50; do { |
