mirror of
https://github.com/zeldaret/tp
synced 2026-05-31 01:16:02 -04:00
getDemoIDData matched, fix up various inlines and template classes (#2489)
* Fix debug build * getDemoIDData matched, fix up various inlines and template classes * Remove nonmatching comments
This commit is contained in:
@@ -8,9 +8,11 @@
|
||||
#include "d/actor/d_a_set_bgobj.h"
|
||||
#include "d/d_com_inf_game.h"
|
||||
#include "dol2asm.h"
|
||||
#include "d/d_a_obj.h"
|
||||
|
||||
#ifdef DEBUG
|
||||
class daObjFlag3_Hio_c : public JORReflexible {
|
||||
public:
|
||||
daObjFlag3_Hio_c() {
|
||||
mCount = 0;
|
||||
default_set();
|
||||
@@ -23,7 +25,7 @@ class daObjFlag3_Hio_c : public JORReflexible {
|
||||
ctx->genSlider("重力", &mAttr.mGravity, -10.0f, 0.0f, 0, NULL, 0xffff, 0xffff, 0x200, 0x18);
|
||||
ctx->genSlider("バネ係数", &mAttr.mSpringCoeeficient, 0.0f, 10.0f, 0, NULL, 0xffff, 0xffff,
|
||||
0x200, 0x18);
|
||||
ctx->genSlider("減衰率", &mAttr.mAttenuationRate, 0.0f, 1.0f, 0, NULL, 0xffff, 0xffff,
|
||||
ctx->genSlider("減衰率", &mAttr.mDecayRate, 0.0f, 1.0f, 0, NULL, 0xffff, 0xffff,
|
||||
0x200, 0x18);
|
||||
ctx->genSlider("風係数", &mAttr.mWindCoefficient, 0.0f, 100.0f, 0, NULL, 0xffff, 0xffff,
|
||||
0x200, 0x18);
|
||||
@@ -45,6 +47,8 @@ class daObjFlag3_Hio_c : public JORReflexible {
|
||||
/* 0x4 */ int mCount;
|
||||
/* 0x8 */ daObjFlag3_Attr_c mAttr;
|
||||
};
|
||||
|
||||
daObjFlag3_Hio_c M_hio;
|
||||
#endif
|
||||
|
||||
/* 80BF0458-80BF046C 000000 0014+00 3/3 0/0 0/0 .rodata M_attr__12daObjFlag3_c */
|
||||
|
||||
Reference in New Issue
Block a user