about summary refs log tree commit diff
path: root/src/game/editor
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2008-03-21 01:01:56 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2008-03-21 01:01:56 +0000
commita339dcf731278656a57aceec02696b752e85f7b6 (patch)
tree8e224f39fe221b534a898b7fcd5916f6b1d07853 /src/game/editor
parent65e074db916ac1cc9a40f0040b055643f9b9a2dc (diff)
downloadzcatch-a339dcf731278656a57aceec02696b752e85f7b6.tar.gz
zcatch-a339dcf731278656a57aceec02696b752e85f7b6.zip
fixed editor bug and added ctf1
Diffstat (limited to 'src/game/editor')
-rw-r--r--src/game/editor/ed_editor.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game/editor/ed_editor.cpp b/src/game/editor/ed_editor.cpp
index e7e156de..ed1bec8a 100644
--- a/src/game/editor/ed_editor.cpp
+++ b/src/game/editor/ed_editor.cpp
@@ -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)