Optimize game_data struct

This commit is contained in:
mkrsym1
2023-08-04 00:19:02 +03:00
parent 7beab899a6
commit 5e2b015cc0
7 changed files with 11 additions and 15 deletions

View File

@ -42,7 +42,7 @@ BOOL WINAPI DllMain(HINSTANCE instance, DWORD reason, LPVOID reserved) {
ace_fake_driver_files();
// Load both ACE modules
HMODULE baseModule = ace_load_base_module(game.name);
HMODULE baseModule = ace_load_base_module(&game);
ace_load_driver_module();
// ...magic