mirror of
https://github.com/zeldaret/tp
synced 2026-07-31 00:04:58 -04:00
add debug functionality to d_a_horse, match almost all functions (#2834)
* add debug functinality to d_a_horse, match almost all functions * fix some wii funcs * fix wii build
This commit is contained in:
@@ -944,7 +944,7 @@ public:
|
||||
}
|
||||
s16 getEnd() const { return mEnd; }
|
||||
void setEnd(s16 end) { mEnd = end; }
|
||||
s32 getLoop() { return mLoop; }
|
||||
s16 getLoop() const { return mLoop; }
|
||||
void setLoop(s16 loop) { mLoop = loop; }
|
||||
f32 getRate() const { return mRate; }
|
||||
void setRate(f32 rate) { mRate = rate; }
|
||||
|
||||
Reference in New Issue
Block a user