diff options
| author | coco875 <59367621+coco875@users.noreply.github.com> | 2024-01-01 03:56:14 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-31 19:56:14 -0700 |
| commit | 98474c5b94e453fcee4d332657e45b2f626c62a3 (patch) | |
| tree | f68be5a0abfb02c0dbd25d6297c67f041ca18598 /include/objects.h | |
| parent | 2727a5e5ddc3bc439b2d0b7f2e681650b79b2fb5 (diff) | |
fix todo, bug not appears and change theme (#525)
* fix todo, bug not appears and change theme
* fix warning
Diffstat (limited to 'include/objects.h')
| -rw-r--r-- | include/objects.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/objects.h b/include/objects.h index 1f7ab156b..9818a3352 100644 --- a/include/objects.h +++ b/include/objects.h @@ -357,7 +357,8 @@ extern s16 D_80165738; #define NUM_TORCHES 8 // This should really be `extern Vec3s gTorchSpawns[];` -extern s16 gTorchSpawns[]; // todo: fix this extern +//! @todo fix this extern +extern s16 gTorchSpawns[]; /** * List of object list indices. Used both for the fires in the DK Jungle cave |
