mirror of
https://github.com/n64decomp/mk64
synced 2026-09-08 02:56:40 -04:00
fix todo, bug not appears and change theme (#525)
* fix todo, bug not appears and change theme * fix warning
This commit is contained in:
+1
-1
@@ -136,7 +136,7 @@ typedef u32 OSYieldResult;
|
||||
#define OS_YIELD_DATA_SIZE 0x900
|
||||
#endif
|
||||
|
||||
// TODO: These defines shouldn't exist - PR/rcp.h has them properly defined (ultralib)
|
||||
//! @todo These defines shouldn't exist - PR/rcp.h has them properly defined (ultralib)
|
||||
/* Flags */
|
||||
#define M_TASK_FLAG0 1
|
||||
#define M_TASK_FLAG1 2
|
||||
|
||||
+2
-1
@@ -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
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
#ifndef SOUNDS_H
|
||||
#define SOUNDS_H
|
||||
|
||||
// todo: format like sm64 sounds.h
|
||||
//! @todo format like sm64 sounds.h
|
||||
// The sound cue bit fields can be split up into its basic pieces and put back together.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user