mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 00:27:42 +00:00
CScriptDock: Make EDockState an enum class
Makes the enum type strongly typed. All usages currently allow for this anyways.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
namespace urde {
|
||||
|
||||
class CScriptDock : public CPhysicsActor {
|
||||
enum EDockState { Idle, PlayerTouched, EnterNextArea, Three };
|
||||
enum class EDockState { Idle, PlayerTouched, EnterNextArea, Three };
|
||||
|
||||
friend class CScriptDoor;
|
||||
s32 x258_dockReferenceCount;
|
||||
|
||||
Reference in New Issue
Block a user