mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-18 04:48:21 -04:00
d_a_alink_HIO work (#2852)
* daAlink_c::jointControll OK * daalink debug work * checkpoint * fix casting * checkpoint * checkpoint * checkpoint * checkpoint * checkpoint * checkpoint * checkpoint * remaining functions + fixes round 1 * fixes round 2 * fixes round 3 * fixes round 4 * revert getNeckAimAngle for now
This commit is contained in:
@@ -46,7 +46,7 @@ void daObj_Pumpkin_HIO_c::listenPropertyEvent(const JORPropertyEvent* event) {
|
||||
JORReflexible::listenPropertyEvent(event);
|
||||
JORFile file_handle;
|
||||
int len;
|
||||
switch (reinterpret_cast<u32>(event->id)) {
|
||||
switch ((u32)event->id) {
|
||||
case 0x40000002:
|
||||
if (file_handle.open(6, "すべてのファイル(*.*)\0*.*\0", NULL, NULL, NULL) != 0) {
|
||||
memset(msg_buffer, 0, 2000);
|
||||
|
||||
Reference in New Issue
Block a user