From 282c13d5edb5dc2303a160a40f536d74e1f63de1 Mon Sep 17 00:00:00 2001 From: TTimo Date: Sun, 19 Jun 2016 16:09:00 -0600 Subject: [PATCH] fix compilation --- plugins/shaders/plugin.h | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/shaders/plugin.h b/plugins/shaders/plugin.h index 0aea3e84..4ba8c8bb 100644 --- a/plugins/shaders/plugin.h +++ b/plugins/shaders/plugin.h @@ -53,6 +53,7 @@ extern _QERBrushTable g_BrushTable; #define vfsLoadFile g_VFSTable.m_pfnLoadFile #define vfsFreeFile g_VFSTable.m_pfnFreeFile #define Sys_Printf g_FuncTable.m_pfnSysPrintf +#define Sys_FPrintf g_FuncTable.m_pfnSysFPrintf class CSynapseClientShaders : public CSynapseClient {