mirror of
https://github.com/s1lentq/ReGameDLL_CS.git
synced 2025-04-09 19:20:03 +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_ne.tga");
|
||||||
PRECACHE_GENERIC("sprites/scope_arc_sw.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()
|
const char *EXT_FUNC GetGameDescription()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user