summaryrefslogtreecommitdiffstats
path: root/engine/flatland.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engine/flatland.cpp')
-rw-r--r--engine/flatland.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/flatland.cpp b/engine/flatland.cpp
index da0f58d..309c18b 100644
--- a/engine/flatland.cpp
+++ b/engine/flatland.cpp
@@ -192,7 +192,7 @@ int flat::init_flatland(FlatWindow* w, const flat_status& s, float _fps)
} catch (const ForceQuit& f) {
cerr << "Flatland: a force quit call was thrown" << endl;
- cerr << "Possible reason: " << f.reason << endl;
+ cerr << "Possible reason: " << f.m_reason << endl;
quit();
}