mirror of
https://github.com/zeldaret/tp
synced 2026-06-14 22:29:14 -04:00
fix functions not returning values (#2942)
* fix functions not returning values * implement functions that should return values
This commit is contained in:
@@ -436,7 +436,7 @@ void daCstaF_c::setAnime() {
|
||||
|
||||
BOOL daCstaF_c::initBrk(u16 i_brkIdx) {
|
||||
void* pbrk = dComIfG_getObjectRes(m_arcName, i_brkIdx);
|
||||
m_brk.init(mp_model->getModelData(), (J3DAnmTevRegKey*)pbrk, 1, -1, 1.0f, 0, -1);
|
||||
return m_brk.init(mp_model->getModelData(), (J3DAnmTevRegKey*)pbrk, 1, -1, 1.0f, 0, -1);
|
||||
}
|
||||
|
||||
void daCstaF_c::initStopBrkBtk() {
|
||||
|
||||
Reference in New Issue
Block a user