aboutsummaryrefslogtreecommitdiffstats
path: root/include/ui_quest.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/ui_quest.hpp')
-rw-r--r--include/ui_quest.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ui_quest.hpp b/include/ui_quest.hpp
index 24a5e1b..8582b67 100644
--- a/include/ui_quest.hpp
+++ b/include/ui_quest.hpp
@@ -27,14 +27,14 @@ namespace ui {
ui::putStringCentered(offset.x, top_y - 40, "Current Quests:");
- auto y = top_y - 100;
+ /*auto y = top_y - 100;
const auto x = offset.x - 180;
for (const auto &q : player->qh.current) {
ui::putText(x, y, q.title.c_str());
y -= 20;
ui::putText(x + 40, y, q.desc.c_str());
y -= 40;
- }
+ }*/
std::swap(textWrap, ui::textWrapLimit);
}