mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-09 04:23:14 -05:00
Fix white space
This commit is contained in:
parent
abf372f1f5
commit
a0c8783552
|
|
@ -462,7 +462,7 @@ static bool32 HaveCountsChanged(const u32 * curCounts, const u32 * prevCounts)
|
|||
static bool32 UpdateCommunicationCounts(u32 * groupCounts, u32 * prevGroupCounts, u32 * activities, u8 taskId)
|
||||
{
|
||||
bool32 activitiesUpdated = FALSE;
|
||||
u32 groupCountBuffer[NUM_GROUPTYPES] = { 0, 0, 0, 0 };
|
||||
u32 groupCountBuffer[NUM_GROUPTYPES] = {0, 0, 0, 0};
|
||||
struct WirelessLink_Group *group = (void *)gTasks[taskId].data;
|
||||
s32 i, activity;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user