(20140720)

This commit is contained in:
2014-07-20 00:00:00 +02:00
parent 29548c6fe0
commit 0e624cec1c
89 changed files with 10848 additions and 203 deletions

View File

@@ -188,7 +188,7 @@ int GameMap_CreateLevel(int level,int point){
// ArrowShooter up
GameMapAux_CreateEnt(ent_arrowshooter_up,i,j);
}else
if(line[i2]=='T'){
/*if(line[i2]=='T'){
// Teleporter
Entity ent=GameMapAux_CreateEnt(ent_teleporter,i,j);
ent->A=line[i2+1]-'0';
@@ -198,7 +198,7 @@ int GameMap_CreateLevel(int level,int point){
Entity ent=GameMapAux_CreateEnt(ent_teleporter_dest,i,j);
ent->A=line[i2+1]-'0';
}else
*/
{}
}
}