mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-13 04:39:36 +00:00
added one space to a line
This commit is contained in:
parent
f1ae94c2f3
commit
fd2dae78a2
1 changed files with 1 additions and 1 deletions
|
@ -455,7 +455,7 @@ static void func_808BB128(BgTokiSwd* this, GlobalContext* globalCtx)
|
||||||
{
|
{
|
||||||
if ((func_8006C4A4(globalCtx, 1) != 0) && (globalCtx->unk_11D30[0] < 0xFF))
|
if ((func_8006C4A4(globalCtx, 1) != 0) && (globalCtx->unk_11D30[0] < 0xFF))
|
||||||
{
|
{
|
||||||
globalCtx->unk_11D30[0]+= 5;
|
globalCtx->unk_11D30[0] += 5;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue