dungeon_crawler

diff prototype/src/renderer_multipass.cc @ 69:45172d087ebe

fixed some windows compatibility crap fixed a terrible stack overrun in psys (TODO: remember to fix in libpsys too)
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 07 Oct 2012 03:42:44 +0200
parents 7f52d6310317
children
line diff
     1.1 --- a/prototype/src/renderer_multipass.cc	Sun Oct 07 02:05:11 2012 +0300
     1.2 +++ b/prototype/src/renderer_multipass.cc	Sun Oct 07 03:42:44 2012 +0200
     1.3 @@ -32,7 +32,7 @@
     1.4  	height = ysz;
     1.5  
     1.6  	if(!GLEW_ARB_texture_float) {
     1.7 -		fprintf(stderr, "%s: error: no floating point texture support\n", __func__);
     1.8 +		fprintf(stderr, "%s: error: no floating point texture support\n", __FUNCTION__);
     1.9  		return false;
    1.10  	}
    1.11