mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-14 03:58:18 +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 = (LAYER_GAME *)layer;
|
||||||
game_layer->tex_id = entities_texture;
|
game_layer->tex_id = entities_texture;
|
||||||
game_layer->readonly = true;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void MAP::make_game_group(LAYERGROUP *group)
|
void MAP::make_game_group(LAYERGROUP *group)
|
||||||
|
|
Loading…
Reference in a new issue