summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 5fd3386c..6d3cfbf3 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -68,6 +68,7 @@ void init_engine() {
Init_SuperEagle(16);
#endif
stretch_mode = get_config_int("settings", "stretch", 0);
+ set_window_title("The Mana World");
if(stretch_mode==0) {
if(set_gfx_mode(get_config_int("settings", "screen", 0), 400, 300, 0, 0))
error(allegro_error);