diff options
author | Eugenio Favalli <elvenprogrammer@gmail.com> | 2005-05-01 19:06:50 +0000 |
---|---|---|
committer | Eugenio Favalli <elvenprogrammer@gmail.com> | 2005-05-01 19:06:50 +0000 |
commit | 893cde9e754b805f1e62c517740919c04d9490e0 (patch) | |
tree | 90d31107c2097378ad1a7512726f540a55e0b8cb /The Mana World.dev | |
parent | 5956605838be4419f7982ff25437b73c4e6f700e (diff) | |
download | mana-893cde9e754b805f1e62c517740919c04d9490e0.tar.gz mana-893cde9e754b805f1e62c517740919c04d9490e0.tar.bz2 mana-893cde9e754b805f1e62c517740919c04d9490e0.tar.xz mana-893cde9e754b805f1e62c517740919c04d9490e0.zip |
this should update arrows counter when picking up
Diffstat (limited to 'The Mana World.dev')
-rw-r--r-- | The Mana World.dev | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/The Mana World.dev b/The Mana World.dev index 9b5e15ff..e33f177d 100644 --- a/The Mana World.dev +++ b/The Mana World.dev @@ -1,7 +1,7 @@ [Project] FileName=The Mana World.dev Name=tmw -UnitCount=122 +UnitCount=124 Type=0 Ver=1 ObjFiles= @@ -1268,9 +1268,9 @@ OverrideBuildCmd=0 BuildCmd= [Unit123] -FileName=src\resources\itemmanager.h +FileName=src\gui\chatinput.h CompileCpp=1 -Folder=resources +Folder=gui Compile=1 Link=1 Priority=1000 @@ -1287,3 +1287,13 @@ Priority=1000 OverrideBuildCmd=0 BuildCmd= +[Unit124] +FileName=src\gui\chatinput.cpp +CompileCpp=1 +Folder=gui +Compile=1 +Link=1 +Priority=1000 +OverrideBuildCmd=0 +BuildCmd= + |