mirror of
https://github.com/s1lentq/ReGameDLL_CS.git
synced 2024-12-26 06:35:37 +03:00
client.cpp: Use macros for pfnPrecacheEvent (#1019)
This commit is contained in:
parent
9b626b1d82
commit
535ea846a9
@ -4296,7 +4296,7 @@ void ClientPrecache()
|
||||
PRECACHE_GENERIC("sprites/scope_arc_ne.tga");
|
||||
PRECACHE_GENERIC("sprites/scope_arc_sw.tga");
|
||||
|
||||
m_usResetDecals = g_engfuncs.pfnPrecacheEvent(1, "events/decal_reset.sc");
|
||||
m_usResetDecals = PRECACHE_EVENT(1, "events/decal_reset.sc");
|
||||
}
|
||||
|
||||
const char *EXT_FUNC GetGameDescription()
|
||||
|
Loading…
Reference in New Issue
Block a user