mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-24 22:35:53 -04:00
Fix custom flow entry nodes
This commit is contained in:
@@ -446,6 +446,12 @@ u8* dMsgFlow_c::getMsgDataBlock(char const* block_tag) {
|
||||
}
|
||||
|
||||
u16 dMsgFlow_c::getInitNodeIndex(u16 param_1) {
|
||||
#if TARGET_PC
|
||||
if (param_1 >= dusk::flow::kCustomNodeMin) {
|
||||
return param_1;
|
||||
}
|
||||
#endif
|
||||
|
||||
u8* var_r30 = NULL;
|
||||
u16 var_r27 = -1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user