summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorYohann Ferreira <bertram@cegetel.net>2005-02-05 20:40:06 +0000
committerYohann Ferreira <bertram@cegetel.net>2005-02-05 20:40:06 +0000
commitd3f6c337d492e520d8b1d4a86221cde1caf6261d (patch)
tree8454461a6bd2f6bb0d9d6d73662ef33362c00bd4 /src/main.cpp
parent88444039ab1c08932998e053ce28be61d9e906d5 (diff)
downloadmana-client-d3f6c337d492e520d8b1d4a86221cde1caf6261d.tar.gz
mana-client-d3f6c337d492e520d8b1d4a86221cde1caf6261d.tar.bz2
mana-client-d3f6c337d492e520d8b1d4a86221cde1caf6261d.tar.xz
mana-client-d3f6c337d492e520d8b1d4a86221cde1caf6261d.zip
No more create core_version in the tmw.ini file. Not useful anymore. Please keep that information in the main.h file, though
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index f07076df..8944387a 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -164,7 +164,6 @@ void init_engine() {
else {
fclose(tmwFile);
// Fill tmw.ini with defaults
- config.setValue("core_version", CORE_VERSION);
config.setValue("host", "animesites.de");
config.setValue("port", 6901);
config.setValue("screen", 1);