mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-21 14:07:29 -04:00
JPAEmitter work
This commit is contained in:
@@ -14,6 +14,7 @@ struct TRandom_fast_ {
|
||||
}
|
||||
|
||||
u32 get_bit32(void) { return this->get(); }
|
||||
u16 get_bit16(void) { return this->get() >> 16; }
|
||||
|
||||
// due to the float constant, having this function inlined adds that float to data,
|
||||
// making it not match
|
||||
|
||||
Reference in New Issue
Block a user