summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorEugenio Favalli <elvenprogrammer@gmail.com>2004-10-02 10:40:58 +0000
committerEugenio Favalli <elvenprogrammer@gmail.com>2004-10-02 10:40:58 +0000
commitace84beb9ef458b49d2c502c13f70c1aa6cc5da3 (patch)
tree7c034cb33f3c2c317a3acb98f44adc34b53d5df5 /src/main.cpp
parentcc2cf7a80788b725b5ce4ba616969172c62e9f8b (diff)
downloadmana-client-ace84beb9ef458b49d2c502c13f70c1aa6cc5da3.tar.gz
mana-client-ace84beb9ef458b49d2c502c13f70c1aa6cc5da3.tar.bz2
mana-client-ace84beb9ef458b49d2c502c13f70c1aa6cc5da3.tar.xz
mana-client-ace84beb9ef458b49d2c502c13f70c1aa6cc5da3.zip
*** empty log message ***
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);