mirror of
https://github.com/HackerN64/HackerOoT.git
synced 2026-01-21 10:37:37 -08:00
GetItem_Draw: giDrawId and comment GID_ values (#2556)
* rename GetItem_Draw's arg drawId -> giDrawId * comment GID_ enum values on sDrawItemTable * drawId -> giDrawId in GetItem_DrawXxx
This commit is contained in:
@@ -5,6 +5,6 @@
|
||||
|
||||
struct PlayState;
|
||||
|
||||
void GetItem_Draw(struct PlayState* play, s16 drawId);
|
||||
void GetItem_Draw(struct PlayState* play, s16 giDrawId);
|
||||
|
||||
#endif
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user