diff --git a/src/main.cpp b/src/main.cpp index 386af67..e3a50c0 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -34,7 +34,7 @@ float compactEndscreenFallbackPosition = CCDirector::get()->getWinSize().width * std::ifstream file(pathRogers); std::string technoblade; while (std::getline(file, technoblade)) { - quotes.push_back(fmt::format("''{}''", technoblade)); + quotes.push_back(fmt::format("''{}\"", technoblade)); } // technically i can write two one-time use boolean variables to allow people to toggle these things on and off as they please without the quotes adding themselves multiple times into the vector, but i'd rather add the "restart required" barrier just to be extra safe }