mirror of
https://github.com/zeldaret/tww.git
synced 2026-09-06 18:51:02 -04:00
Cleanup
This commit is contained in:
@@ -1305,6 +1305,10 @@ inline s16 dComIfGs_getRestartOptionAngleY() {
|
||||
return g_dComIfG_gameInfo.save.getRestart().getRestartOptionAngleY();
|
||||
}
|
||||
|
||||
inline f32 dComIfGs_getLastSceneSpeedF() {
|
||||
return g_dComIfG_gameInfo.save.getRestart().getLastSpeedF();
|
||||
}
|
||||
|
||||
inline u32 dComIfGs_getLastSceneMode() {
|
||||
return g_dComIfG_gameInfo.save.getRestart().getLastMode();
|
||||
}
|
||||
|
||||
+1
-1
@@ -783,8 +783,8 @@ public:
|
||||
}
|
||||
|
||||
s16 getStartPoint() { return mStartCode; }
|
||||
u32 getLastMode() { return mLastMode; }
|
||||
f32 getLastSpeedF() { return mLastSpeedF; }
|
||||
u32 getLastMode() { return mLastMode; }
|
||||
s8 getRoomNo() { return mRestartRoom; }
|
||||
u32 getRoomParam() { return mRestartParam; }
|
||||
cXyz& getRoomPos() { return mRestartPos; }
|
||||
|
||||
Reference in New Issue
Block a user