diff options
| author | Dragorn421 <Dragorn421@users.noreply.github.com> | 2025-05-31 10:41:58 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-31 17:41:58 +0900 |
| commit | 186dfb4aa9510d31d4ae6b1ca3d2e6ddbda9ac80 (patch) | |
| tree | 754a176fd37a7bc06766c526062d5d3f334e8097 /include | |
| parent | fd5fbe138d29a5e0501e0728d9c2e348d7992b06 (diff) | |
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
Diffstat (limited to 'include')
| -rw-r--r-- | include/z64draw.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/z64draw.h b/include/z64draw.h index 51250ed8c..95c5aa234 100644 --- a/include/z64draw.h +++ b/include/z64draw.h @@ -5,6 +5,6 @@ struct PlayState; -void GetItem_Draw(struct PlayState* play, s16 drawId); +void GetItem_Draw(struct PlayState* play, s16 giDrawId); #endif |
