about summary refs log tree commit diff
path: root/src/game/editor/layer_quads.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/editor/layer_quads.cpp')
-rw-r--r--src/game/editor/layer_quads.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/editor/layer_quads.cpp b/src/game/editor/layer_quads.cpp
index d2a8a1e5..a0c0d544 100644
--- a/src/game/editor/layer_quads.cpp
+++ b/src/game/editor/layer_quads.cpp
@@ -13,7 +13,7 @@
 CLayerQuads::CLayerQuads()
 {
 	m_Type = LAYERTYPE_QUADS;
-	m_pTypeName = "Quads";
+	str_copy(m_aName, "Quads", sizeof(m_aName));
 	m_Image = -1;
 }