dungeon_crawler

diff prototype/src/tile.cc @ 12:e95462632f9a

foo
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 19 Aug 2012 05:35:00 +0300
parents e5567ddbf2ef
children 67ae9fcb802c
line diff
     1.1 --- a/prototype/src/tile.cc	Sun Aug 19 03:11:36 2012 +0300
     1.2 +++ b/prototype/src/tile.cc	Sun Aug 19 05:35:00 2012 +0300
     1.3 @@ -116,7 +116,7 @@
     1.4  		}
     1.5  		meshes.push_back(mesh);
     1.6  
     1.7 -		printf("    mesh: \"%s\"", name);
     1.8 +		//printf("    mesh: \"%s\"", name);
     1.9  
    1.10  		// find which side is this mesh on
    1.11  		unsigned int side = 0;
    1.12 @@ -135,7 +135,7 @@
    1.13  		if(!side) {
    1.14  			side = TILE_ALL;
    1.15  		}
    1.16 -		printf(" (0x0%x)\n", side);
    1.17 +		//printf(" (0x0%x)\n", side);
    1.18  		mesh_side.push_back(side);
    1.19  
    1.20  		count++;