Reload mods after level is loaded

This commit is contained in:
HighTechRedNeck 2025-01-24 00:41:06 -05:00
parent 44d5cbecfc
commit 0f2b8c38a0

View File

@ -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
} }
}; };
} }