mirror of
https://github.com/zeldaret/mm.git
synced 2026-06-08 12:17:05 -04:00
Format the misformatted files in master (#354)
* Format the misformatted files in master * Correct arms_hook double-semicolon, since it was almost certainly just an accident
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@ void GameInfo_Init(void) {
|
||||
gGameInfo->unk_02 = 0;
|
||||
gGameInfo->unk_04 = 0;
|
||||
gGameInfo->unk_03 = 0;
|
||||
|
||||
|
||||
for (i = 0; i < ARRAY_COUNT(gGameInfo->data); i++) {
|
||||
gGameInfo->data[i] = 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user