mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-16 20:27:36 -04:00
Fix a bunch of compiler warnings and document several more bugs (#3130)
This commit is contained in:
@@ -881,7 +881,7 @@ void daBgObj_c::setParticle() {
|
||||
for (; partNum != 0; partNum--) {
|
||||
u32 flags = *partBlockItems++;
|
||||
u16 res_id = *partBlockItems;
|
||||
*partBlockItems++;
|
||||
partBlockItems++;
|
||||
|
||||
GXColor prmColor = { 0xFF, 0xFF, 0xFF, 0xFF };
|
||||
GXColor envColor = { 0xFF, 0xFF, 0xFF, 0xFF };
|
||||
|
||||
Reference in New Issue
Block a user