From c3afc2172e6a272e330ae6c2a3aad377eb876ba9 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 19 Feb 2012 21:52:48 +0000 Subject: Added entity ino .ext area --- src/editorwindow.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/editorwindow.cc') diff --git a/src/editorwindow.cc b/src/editorwindow.cc index 65a84e6..5ae0be8 100644 --- a/src/editorwindow.cc +++ b/src/editorwindow.cc @@ -137,6 +137,9 @@ bool EditorWindow::loadFile(const QString &filename) } else if (ini.got_key_float("radius", f)) { entity->properties()->set_radius(f); + + } else if (ini.got_key_string("info", str)) { + entity->properties()->add_info(str); } else if (ini.got_key()) { entity->properties()->add_value(ini.key(), ini.value()); -- cgit v1.2.3