Reload mods after level is loaded
This commit is contained in:
parent
44d5cbecfc
commit
0f2b8c38a0
@ -150,6 +150,9 @@ namespace mods
|
|||||||
|
|
||||||
// Load mod.ff
|
// Load mod.ff
|
||||||
utils::hook::call(0x1405E7113, db_load_x_assets_stub); // R_LoadGraphicsAssets According to myself but I don't remember where I got it from
|
utils::hook::call(0x1405E7113, db_load_x_assets_stub); // R_LoadGraphicsAssets According to myself but I don't remember where I got it from
|
||||||
|
|
||||||
|
//Reload mod.ff after map is loaded
|
||||||
|
utils::hook::call(0x140320ED1, db_load_x_assets_stub); // DB_LoadLevelXAssets
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user