git » fp-git.git » commit 93e7c43

commented unused array

author ecalot
2005-02-26 13:58:04 UTC
committer ecalot
2005-02-26 13:58:04 UTC
parent 87b274c3a1b554e8611b5007202924257231d00e

commented unused array

FP/src/res/maps.c +1 -1

diff --git a/FP/src/res/maps.c b/FP/src/res/maps.c
index f74813e..4245420 100644
--- a/FP/src/res/maps.c
+++ b/FP/src/res/maps.c
@@ -331,7 +331,7 @@ tRoom mapGetRoom(tMap* map, tRoomId roomAux) {
 
 void  mapStart(tMap* map, tObject* kid, tRoomId *roomId, int level) {
 	/* kid->x,y */
-	static char environments[]=MAP_ENVIRONMENTS;
+	/*static char environments[]=MAP_ENVIRONMENTS;*/
 	*roomId=slevel(start)[0];
 #if defined DEBUGMAPS
 	printf("mapStart: binding kid to map in room %d using the %d environment\n",*roomId,environments[level]);