mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
fixed editor bug and added ctf1
This commit is contained in:
parent
65e074db91
commit
a339dcf731
BIN
data/maps/ctf1.map
Normal file
BIN
data/maps/ctf1.map
Normal file
Binary file not shown.
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue