rayzor

diff src/min3d.c @ 18:859ccadca671

portability fixes
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 14 Apr 2014 18:35:37 +0300
parents 79609d482762
children
line diff
     1.1 --- a/src/min3d.c	Mon Apr 14 07:34:45 2014 +0300
     1.2 +++ b/src/min3d.c	Mon Apr 14 18:35:37 2014 +0300
     1.3 @@ -128,7 +128,7 @@
     1.4  
     1.5  void m3d_load_transpose_matrix(const float *m)
     1.6  {
     1.7 -	int i, j, lin = 0;
     1.8 +	int i, j;
     1.9  	int top = m3dctx->mstack[m3dctx->mmode].top;
    1.10  	float *dest = m3dctx->mstack[m3dctx->mmode].m[top];
    1.11