1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-24 17:49:52 +01:00

fix hook_exit

This commit is contained in:
FunkyFr3sh 2023-08-04 08:40:52 +02:00
parent e6b4eabe5b
commit e575b07d2e

View File

@ -418,7 +418,7 @@ void hook_create(HOOKLIST* hooks, BOOL initial_hook)
{ {
if (initial_hook) if (initial_hook)
{ {
TRACE_EXT("Module %s = %p\n", mod_path, hmod); TRACE("Module %s = %p\n", mod_path, hmod);
} }
_splitpath(mod_path, NULL, mod_dir, mod_filename, NULL); _splitpath(mod_path, NULL, mod_dir, mod_filename, NULL);