[openjk] 19/32: [SP] Forgot to assign this new function in previous commit

Simon McVittie smcv at debian.org
Sun Mar 12 18:03:03 UTC 2017


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

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

commit c4ec022d9b9476c49d65758f014e27338464b745
Author: Ensiform <ensiform at gmail.com>
Date:   Sat Mar 11 12:34:45 2017 -0600

    [SP] Forgot to assign this new function in previous commit
    
    Should have been part of a8b7a75b19ec51b1b845585afef06366d85d2d2c
---
 code/client/cl_main.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/code/client/cl_main.cpp b/code/client/cl_main.cpp
index f4b7acc..43e36de 100644
--- a/code/client/cl_main.cpp
+++ b/code/client/cl_main.cpp
@@ -1160,6 +1160,7 @@ void CL_InitRef( void ) {
     rit.WIN_Shutdown = WIN_Shutdown;
     rit.WIN_Present = WIN_Present;
 	rit.GL_GetProcAddress = WIN_GL_GetProcAddress;
+	rit.GL_ExtensionSupported = WIN_GL_ExtensionSupported;
 
 	rit.PD_Load = PD_Load;
 	rit.PD_Store = PD_Store;

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



More information about the Pkg-games-commits mailing list