diff options
author | Eugenio Favalli <elvenprogrammer@gmail.com> | 2005-09-26 17:24:37 +0000 |
---|---|---|
committer | Eugenio Favalli <elvenprogrammer@gmail.com> | 2005-09-26 17:24:37 +0000 |
commit | a0fd39a05151848bef85e18e25aa0824bc9cef93 (patch) | |
tree | 60f9ed2136268d7570b4716a318e510b2c30d2ce /The Mana World.dev | |
parent | 1a7f56901301fb8fe08f26526f3314b0974626ca (diff) | |
download | mana-a0fd39a05151848bef85e18e25aa0824bc9cef93.tar.gz mana-a0fd39a05151848bef85e18e25aa0824bc9cef93.tar.bz2 mana-a0fd39a05151848bef85e18e25aa0824bc9cef93.tar.xz mana-a0fd39a05151848bef85e18e25aa0824bc9cef93.zip |
Added a nicer handling of when you get disconnected from the server.
Diffstat (limited to 'The Mana World.dev')
-rw-r--r-- | The Mana World.dev | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/The Mana World.dev b/The Mana World.dev index f682790d..3119e3bb 100644 --- a/The Mana World.dev +++ b/The Mana World.dev @@ -1,7 +1,7 @@ [Project] FileName=The Mana World.dev Name=tmw -UnitCount=171 +UnitCount=173 Type=0 Ver=1 ObjFiles= @@ -32,19 +32,19 @@ CompilerSettings=0010001001001001001101 [VersionInfo] Major=0 Minor=0 -Release=16 +Release=17 Build=0 LanguageID=1033 CharsetID=1252 CompanyName=The Mana World Development Team -FileVersion=0.0.16 +FileVersion=0.0.17 FileDescription=The Mana World InternalName=tmw.exe LegalCopyright=2004-2005 (C) LegalTrademarks= OriginalFilename=tmw.exe ProductName=The Mana World MMORPG -ProductVersion=0.0.16 +ProductVersion=0.0.17 AutoIncBuildNr=0 [Unit8] @@ -1767,20 +1767,20 @@ Priority=1000 OverrideBuildCmd=0 BuildCmd= -[Unit172] -FileName=src\resources\imagewriter.cpp +[Unit173] +FileName=src\gui\error.h CompileCpp=1 -Folder=resources +Folder=gui/header Compile=1 Link=1 Priority=1000 OverrideBuildCmd=0 BuildCmd= -[Unit173] -FileName=src\resources\imagewriter.h +[Unit172] +FileName=src\gui\error.cpp CompileCpp=1 -Folder=resources +Folder=gui/source Compile=1 Link=1 Priority=1000 |