mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
slight style tweaks to legogamestate and related members (#666)
This commit is contained in:
@@ -48,9 +48,9 @@ private:
|
||||
MxLong HandleEndAction(MxEndActionNotificationParam& p_param);
|
||||
MxLong HandleKeyPress(LegoEventNotificationParam& p_param);
|
||||
|
||||
Radio m_radio; // 0xf8
|
||||
PoliceState* m_policeState; // 0x108
|
||||
LegoGameState::Area m_transitionDestination; // 0x10c
|
||||
Radio m_radio; // 0xf8
|
||||
PoliceState* m_policeState; // 0x108
|
||||
LegoGameState::Area m_destLocation; // 0x10c
|
||||
};
|
||||
|
||||
#endif // POLICE_H
|
||||
|
Reference in New Issue
Block a user