CRidley: Join namespace into nested namespace specifiers

Same behavior, less noise.
This commit is contained in:
Lioncash 2020-05-10 19:30:15 -04:00
parent 9929c9ab02
commit a79c42862c
1 changed files with 2 additions and 5 deletions

View File

@ -18,9 +18,7 @@
#include "Runtime/World/CScriptWaypoint.hpp"
#include "TCastTo.hpp" // Generated file, do not modify include path
namespace urde {
namespace MP1 {
namespace urde::MP1 {
namespace {
struct SSomeRidleyStruct {
u32 x0_;
@ -1682,5 +1680,4 @@ void CRidley::sub80253710(urde::CStateManager& mgr) {
if (frontMag > 0.f && diffMag < x2fc_minAttackRange && xb08_ != 4)
xb0c_ = 4;
}
} // namespace MP1
} // namespace urde
} // namespace urde::MP1