aboutsummaryrefslogtreecommitdiff
path: root/src/map.cc
diff options
context:
space:
mode:
authorfusion32 <marcopuzziello@gmail.com>2026-02-02 22:00:39 -0300
committerfusion32 <marcopuzziello@gmail.com>2026-02-03 04:33:01 -0300
commitcd6b26da5db7ef5422b510ba141ab924aaec71bf (patch)
tree081209011fbc77f5206514a2ce92c99d5260abb5 /src/map.cc
parent9c4fb8b24cb7686f0c12a87d9f014fc309a5e923 (diff)
downloadgame-cd6b26da5db7ef5422b510ba141ab924aaec71bf.tar.gz
game-cd6b26da5db7ef5422b510ba141ab924aaec71bf.zip
minor tweaks
Diffstat (limited to 'src/map.cc')
-rw-r--r--src/map.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map.cc b/src/map.cc
index 7312993..61cae98 100644
--- a/src/map.cc
+++ b/src/map.cc
@@ -2187,7 +2187,7 @@ Object CopyObject(Object Con, Object Source){
uint32 Editor = NewObj.getAttribute(EDITOR);
if(Editor != 0){
- Editor = AddDynamicString(GetDynamicString(TextString));
+ Editor = AddDynamicString(GetDynamicString(Editor));
NewObj.setAttribute(EDITOR, Editor);
}
}