mirror of https://github.com/AxioDL/metaforce.git
CRidley: Join namespace into nested namespace specifiers
Same behavior, less noise.
This commit is contained in:
parent
9929c9ab02
commit
a79c42862c
|
@ -18,9 +18,7 @@
|
||||||
#include "Runtime/World/CScriptWaypoint.hpp"
|
#include "Runtime/World/CScriptWaypoint.hpp"
|
||||||
#include "TCastTo.hpp" // Generated file, do not modify include path
|
#include "TCastTo.hpp" // Generated file, do not modify include path
|
||||||
|
|
||||||
namespace urde {
|
namespace urde::MP1 {
|
||||||
namespace MP1 {
|
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
struct SSomeRidleyStruct {
|
struct SSomeRidleyStruct {
|
||||||
u32 x0_;
|
u32 x0_;
|
||||||
|
@ -1682,5 +1680,4 @@ void CRidley::sub80253710(urde::CStateManager& mgr) {
|
||||||
if (frontMag > 0.f && diffMag < x2fc_minAttackRange && xb08_ != 4)
|
if (frontMag > 0.f && diffMag < x2fc_minAttackRange && xb08_ != 4)
|
||||||
xb0c_ = 4;
|
xb0c_ = 4;
|
||||||
}
|
}
|
||||||
} // namespace MP1
|
} // namespace urde::MP1
|
||||||
} // namespace urde
|
|
||||||
|
|
Loading…
Reference in New Issue