deepstone

diff src/mglimpl.h @ 11:0909996838ff

fucked up lighting and enabled key repeat in dosemu
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 28 Nov 2011 05:02:08 +0200
parents bce78aaafc68
children be61704c4cc8
line diff
     1.1 --- a/src/mglimpl.h	Sat Nov 26 03:59:48 2011 +0200
     1.2 +++ b/src/mglimpl.h	Mon Nov 28 05:02:08 2011 +0200
     1.3 @@ -69,7 +69,7 @@
     1.4  	int vidx;
     1.5  	int vp[4];	/* viewport */
     1.6  	int col_range;	/* color interpolation range */
     1.7 -	vec3_t ldir[MAX_LIGHTS];
     1.8 +	vec4_t lpos[MAX_LIGHTS];
     1.9  	float lint[MAX_LIGHTS];
    1.10  
    1.11  	struct texture tex;