summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--The Mana World.dev13
-rw-r--r--small_icon.rc1
-rw-r--r--src/gui/inventory.cpp2
3 files changed, 13 insertions, 3 deletions
diff --git a/The Mana World.dev b/The Mana World.dev
index 274f4af8..2c927b0f 100644
--- a/The Mana World.dev
+++ b/The Mana World.dev
@@ -1,7 +1,7 @@
[Project]
FileName=The Mana World.dev
Name=tmw
-UnitCount=63
+UnitCount=64
Type=0
Ver=1
ObjFiles=
@@ -33,7 +33,7 @@ CompilerSettings=0010001001001000001101
Major=0
Minor=0
Release=8
-Build=645
+Build=649
LanguageID=1033
CharsetID=1252
CompanyName=The Mana World Development Team
@@ -683,3 +683,12 @@ Priority=1000
OverrideBuildCmd=0
BuildCmd=
+[Unit64]
+FileName=small_icon.rc
+Folder=tmw
+Compile=1
+Link=0
+Priority=1000
+OverrideBuildCmd=0
+BuildCmd=
+
diff --git a/small_icon.rc b/small_icon.rc
new file mode 100644
index 00000000..b7e5cad7
--- /dev/null
+++ b/small_icon.rc
@@ -0,0 +1 @@
+Allegro_icon ICON "The Mana World.ico"
diff --git a/src/gui/inventory.cpp b/src/gui/inventory.cpp
index 23e74f02..8b1032b8 100644
--- a/src/gui/inventory.cpp
+++ b/src/gui/inventory.cpp
@@ -69,7 +69,7 @@ void TmwInventory::draw(BITMAP *buffer) {
//masked_blit((BITMAP *)itemset[0].dat, gui_bitmap, 0, 0, inventory_dialog[0].x+24*i, inventory_dialog[0].y+26, 22, 22);
textprintf_ex(gui_bitmap, font, inventory_dialog[0].x + 24 * i,
- inventory_dialog[0].y + 44, makecol(0, 0, 0), -1,
+ inventory_dialog[0].y + 46, makecol(0, 0, 0), -1,
"%i", items[i].quantity);
}
}