mirror of
https://github.com/zeldaret/oot
synced 2026-05-23 06:54:24 -04: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:
+1
-1
@@ -5,6 +5,6 @@
|
||||
|
||||
struct PlayState;
|
||||
|
||||
void GetItem_Draw(struct PlayState* play, s16 drawId);
|
||||
void GetItem_Draw(struct PlayState* play, s16 giDrawId);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user