diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-03-21 01:01:56 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-03-21 01:01:56 +0000 |
| commit | a339dcf731278656a57aceec02696b752e85f7b6 (patch) | |
| tree | 8e224f39fe221b534a898b7fcd5916f6b1d07853 /src | |
| parent | 65e074db916ac1cc9a40f0040b055643f9b9a2dc (diff) | |
| download | zcatch-a339dcf731278656a57aceec02696b752e85f7b6.tar.gz zcatch-a339dcf731278656a57aceec02696b752e85f7b6.zip | |
fixed editor bug and added ctf1
Diffstat (limited to 'src')
| -rw-r--r-- | src/game/editor/ed_editor.cpp | 1 |
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) |