mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-11 14:38:38 -04:00
cleanup
This commit is contained in:
@@ -135,10 +135,14 @@ namespace JASystem {
|
||||
public:
|
||||
TimedParam_();
|
||||
|
||||
#ifdef __MWERKS__
|
||||
union {
|
||||
AInnerParam_ mInnerParam;
|
||||
MoveParam_ mMoveParams[TIMED_Count];
|
||||
};
|
||||
#else
|
||||
MoveParam_ mMoveParams[TIMED_Count];
|
||||
#endif
|
||||
};
|
||||
|
||||
class TNoteMgr {
|
||||
|
||||
Reference in New Issue
Block a user