fixed editor bug and added ctf1

This commit is contained in:
Magnus Auvinen 2008-03-21 01:01:56 +00:00
parent 65e074db91
commit a339dcf731
2 changed files with 0 additions and 1 deletions

BIN
data/maps/ctf1.map Normal file

Binary file not shown.

View file

@ -2228,7 +2228,6 @@ void MAP::make_game_layer(LAYER *layer)
{
game_layer = (LAYER_GAME *)layer;
game_layer->tex_id = entities_texture;
game_layer->readonly = true;
}
void MAP::make_game_group(LAYERGROUP *group)