JStudio object-actor OK (#2381)

* Fix debug build

* object-actor OK
This commit is contained in:
LagoLunatic
2025-04-07 18:36:51 -04:00
committed by GitHub
parent c3fccc2877
commit 6c51708b8c
12 changed files with 197 additions and 515 deletions
@@ -37,15 +37,6 @@ struct TAdaptor_sound : public JStudio::TAdaptor_sound {
typedef void (*TVVOSoundSetFunc)(JAISound*, f32);
typedef JStudio::TObject_sound ObjectType;
enum TEVariableValue {
UNK_7 = 7,
UNK_8 = 8,
UNK_9 = 9,
UNK_10 = 10,
UNK_11 = 11,
UNK_NONE = -1,
};
struct TVVOSetValue_ : public JStudio::TVariableValue::TOutput {
TVVOSetValue_(TEVariableValue param_1, TVVOSoundSetFunc param_2)
: field_0x04(param_1), field_0x08(param_2) {}