This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch debian/master
in repository openjk.

commit 83a27fb23baad840c26c8a34d1fbd74df231bad3
Author: Jonathan Pastor <[email protected]>
Date:   Sun Mar 12 13:24:19 2017 +0100

    Add missing initialization of ri.GL_ExtensionSupported in multiplayer game;
---
 codemp/client/cl_main.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/codemp/client/cl_main.cpp b/codemp/client/cl_main.cpp
index 1d07d60..07d85db 100644
--- a/codemp/client/cl_main.cpp
+++ b/codemp/client/cl_main.cpp
@@ -2458,6 +2458,7 @@ void CL_InitRef( void ) {
     ri.WIN_Shutdown = WIN_Shutdown;
     ri.WIN_Present = WIN_Present;
        ri.GL_GetProcAddress = WIN_GL_GetProcAddress;
+       ri.GL_ExtensionSupported = WIN_GL_ExtensionSupported;
 
        ri.CM_GetCachedMapDiskImage = CM_GetCachedMapDiskImage;
        ri.CM_SetCachedMapDiskImage = CM_SetCachedMapDiskImage;

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/openjk.git

_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to