engine: fix undefined pfnTime build error, it has been renamed to Sys_FloatTime

This commit is contained in:
Alibek Omarov
2026-01-13 06:03:09 +05:00
parent d7b96ea8c2
commit 46ccc37cae
3 changed files with 2 additions and 3 deletions

View File

@@ -4803,7 +4803,7 @@ static enginefuncs_t gEngfuncs =
COM_RandomLong,
COM_RandomFloat,
pfnSetView,
pfnTime,
Sys_FloatTime,
pfnCrosshairAngle,
COM_LoadFileForMe,
COM_FreeFile,