diff options
-rw-r--r-- | ManaWorld.vcproj | 6 | ||||
-rw-r--r-- | tmw.ini | 22 |
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> @@ -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] |