mirror of
https://github.com/zeldaret/oot
synced 2026-06-27 02:35:12 -04:00
Math Sizes (#297)
* Math Sizes Added sizes to most variable types * Removed sizes and fixed pads Removed sizes from base types and cleaned up pads * PR fixes
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
#include <global.h>
|
||||
|
||||
void MsgEvent_SendNullTask() {
|
||||
u32 pad[4];
|
||||
s32 pad[4];
|
||||
OSScTask task;
|
||||
OSMesgQueue queue;
|
||||
OSMesg msg;
|
||||
|
||||
Reference in New Issue
Block a user