summaryrefslogtreecommitdiff
path: root/src/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/options.h')
-rw-r--r--src/options.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/options.h b/src/options.h
index d0ee5c34b..82839482b 100644
--- a/src/options.h
+++ b/src/options.h
@@ -64,7 +64,8 @@ struct Options final
noOpenGL(false),
safeMode(false),
testMode(false),
- ipc(false)
+ ipc(false),
+ defaultCursor(false)
{}
A_DELETE_COPY(Options)
@@ -94,6 +95,7 @@ struct Options final
bool safeMode;
bool testMode;
bool ipc;
+ bool defaultCursor;
};
#endif // OPTIONS_H