From 757daa6dd15439cf88e49b248c5ce737e805a691 Mon Sep 17 00:00:00 2001 From: suhrke Date: Sat, 1 Jul 2017 17:28:35 -0700 Subject: [PATCH] added quote to fix issue #22 --- ReflexToQ3/includes/EntityConverter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReflexToQ3/includes/EntityConverter.cpp b/ReflexToQ3/includes/EntityConverter.cpp index 4fb38ee..7847fc4 100644 --- a/ReflexToQ3/includes/EntityConverter.cpp +++ b/ReflexToQ3/includes/EntityConverter.cpp @@ -200,7 +200,7 @@ std::vector EntityConverter::convert(std::vector lines convertedLines.push_back ( "\"classname\" \"trigger_push\"\n" ); std::stringstream oss; - oss << "\"target\" \"" << targetName << std::endl; + oss << "\"target\" \"" << targetName << "\"" << std::endl; convertedLines.push_back ( oss.str() ); } else if ( type == "Teleporter" ) { ///TELEPORTER