client.cpp: Use macros for pfnPrecacheEvent (#1019)

This commit is contained in:
Nord1cWarr1or 2024-10-23 16:08:29 +00:00 committed by GitHub
parent 9b626b1d82
commit 535ea846a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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()