about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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)