diff options
author | Eugenio Favalli <elvenprogrammer@gmail.com> | 2004-09-20 18:37:23 +0000 |
---|---|---|
committer | Eugenio Favalli <elvenprogrammer@gmail.com> | 2004-09-20 18:37:23 +0000 |
commit | 6b0a9890ac19fc755681b81158a2eb13384ee810 (patch) | |
tree | cccc76489dc3bf1f30870640c8f9c9f35f3dc65a | |
parent | 9ff6d9e9c312d922557442fe2ad9e4faf0265ea8 (diff) | |
download | mana-6b0a9890ac19fc755681b81158a2eb13384ee810.tar.gz mana-6b0a9890ac19fc755681b81158a2eb13384ee810.tar.bz2 mana-6b0a9890ac19fc755681b81158a2eb13384ee810.tar.xz mana-6b0a9890ac19fc755681b81158a2eb13384ee810.zip |
*** empty log message ***
-rw-r--r-- | ManaWorld.vcproj | 17 | ||||
-rw-r--r-- | tmw.ini | 6 |
2 files changed, 13 insertions, 10 deletions
diff --git a/ManaWorld.vcproj b/ManaWorld.vcproj index 77d6e39a..effc0451 100644 --- a/ManaWorld.vcproj +++ b/ManaWorld.vcproj @@ -158,10 +158,10 @@ RelativePath=".\being.cpp"> </File> <File - RelativePath=".\Chat\chat.cpp"> + RelativePath=".\game.cpp"> </File> <File - RelativePath=".\game.cpp"> + RelativePath=".\Graphic\graphic.cpp"> </File> <File RelativePath=".\log.cpp"> @@ -216,6 +216,9 @@ </FileConfiguration> </File> <File + RelativePath=".\Gui\chat.cpp"> + </File> + <File RelativePath=".\Gui\gui.cpp"> </File> <File @@ -240,10 +243,10 @@ RelativePath=".\being.h"> </File> <File - RelativePath=".\Chat\chat.h"> + RelativePath=".\game.h"> </File> <File - RelativePath=".\game.h"> + RelativePath=".\Graphic\graphic.h"> </File> <File RelativePath=".\log.h"> @@ -283,6 +286,9 @@ RelativePath=".\Gui\char_server.h"> </File> <File + RelativePath=".\Gui\chat.h"> + </File> + <File RelativePath=".\Graphic\datGraphics.h"> </File> <File @@ -304,9 +310,6 @@ Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx" UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"> <File - RelativePath=".\icon1.ico"> - </File> - <File RelativePath=".\resource.rc"> </File> <File @@ -17,15 +17,15 @@ screen = 2 ; = Sound: ; = 1 enabled ; = 0 disabled -sound = 1 +sound = 0 ; = Chat logfile location: chatlog = chatlog.txt ; = Display strecth mode: ; = 0 Disabled (Test only) ; = 1 Normal ; = 2 SuperEagle -stretch = 2 +stretch = 1 [login] remember = 1 -username = player +username = elven |