diff options
| author | Lucas Shaw <49287729+shawlucas@users.noreply.github.com> | 2020-07-28 21:17:26 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-29 00:17:26 -0400 |
| commit | c3421dda0c841d3d905ac23601dc84e2cb71034d (patch) | |
| tree | 30f23a10e90d4e488ab09c74c0cab72ed0ba4f36 /src/code/z_draw.c | |
| parent | b35f2007adbd5b94a26851b523c076f3d51a2e1b (diff) | |
ovl_Item_Etcetera OK (#281)
* started item_etcetera
* ovl_Item_Etcetera OK
* z_item_etcetera cleanup
* fixed
* removed padding
* z_item_etcetera updates
* made suggested changes
* change member in enum
Diffstat (limited to 'src/code/z_draw.c')
| -rw-r--r-- | src/code/z_draw.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/code/z_draw.c b/src/code/z_draw.c index fc23c0f91..4806dfa98 100644 --- a/src/code/z_draw.c +++ b/src/code/z_draw.c @@ -156,7 +156,6 @@ DrawItemTableEntry sDrawItemTable[] = { { func_8006A9CC, { 0x06000960 } }, { func_80069EB0, { 0x06004DB0, 0x06004EB8 } }, }; - /** * Draw "Get Item" Model * Calls the corresponding draw function for the given draw ID |
