summaryrefslogtreecommitdiff
path: root/src/00_Core/Player/LinkStateMove.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/00_Core/Player/LinkStateMove.cpp')
-rw-r--r--src/00_Core/Player/LinkStateMove.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/00_Core/Player/LinkStateMove.cpp b/src/00_Core/Player/LinkStateMove.cpp
index 5509be66..a0980773 100644
--- a/src/00_Core/Player/LinkStateMove.cpp
+++ b/src/00_Core/Player/LinkStateMove.cpp
@@ -51,8 +51,10 @@ ARM bool LinkStateMove::vfunc_24(s32 param1) {
return LinkStateBase::vfunc_24(param1);
}
switch (param1) {
- case 2: return true;
- default: return false;
+ case 2:
+ return true;
+ default:
+ return false;
}
}