summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugenio Favalli <elvenprogrammer@gmail.com>2004-09-12 20:56:05 +0000
committerEugenio Favalli <elvenprogrammer@gmail.com>2004-09-12 20:56:05 +0000
commit5fc0dbcee2f1fe3e352a310774309c78724772bd (patch)
tree514d67153de6bc0fb5cc4df7525b09b28d7d4c7c
parent1e60ab916e91bca8ab855b50e31749025ca44b7b (diff)
downloadmana-5fc0dbcee2f1fe3e352a310774309c78724772bd.tar.gz
mana-5fc0dbcee2f1fe3e352a310774309c78724772bd.tar.bz2
mana-5fc0dbcee2f1fe3e352a310774309c78724772bd.tar.xz
mana-5fc0dbcee2f1fe3e352a310774309c78724772bd.zip
*** empty log message ***
-rw-r--r--ManaWorld.vcproj6
-rw-r--r--tmw.ini22
2 files changed, 17 insertions, 11 deletions
diff --git a/ManaWorld.vcproj b/ManaWorld.vcproj
index c2d38c68..eb8264bc 100644
--- a/ManaWorld.vcproj
+++ b/ManaWorld.vcproj
@@ -219,6 +219,9 @@
RelativePath=".\Gui\gui.cpp">
</File>
<File
+ RelativePath=".\Gui\inventory.cpp">
+ </File>
+ <File
RelativePath=".\Gui\login.cpp">
</File>
</Filter>
@@ -280,6 +283,9 @@
RelativePath=".\Gui\gui.h">
</File>
<File
+ RelativePath=".\Gui\inventory.h">
+ </File>
+ <File
RelativePath=".\Gui\login.h">
</File>
</Filter>
diff --git a/tmw.ini b/tmw.ini
index 4fea8fb9..45ba6439 100644
--- a/tmw.ini
+++ b/tmw.ini
@@ -10,20 +10,20 @@ host = animesites.de
port = 6901
[settings]
-; Screen mode:
-; 1 Fullscreen
-; 2 Windowed
+; = Screen mode:
+; = 1 Fullscreen
+; = 2 Windowed
screen = 2
-; Sound:
-; 1 enabled
-; 0 disabled
+; = Sound:
+; = 1 enabled
+; = 0 disabled
sound = 0
-; Chat logfile location:
+; = Chat logfile location:
chatlog = chatlog.txt
-; Display strecth mode:
-; 0 Disabled (Test only)
-; 1 Normal
-; 2 SuperEagle
+; = Display strecth mode:
+; = 0 Disabled (Test only)
+; = 1 Normal
+; = 2 SuperEagle
stretch = 2
[login]