aboutsummaryrefslogtreecommitdiffstats
path: root/src/inventory.cpp
diff options
context:
space:
mode:
authordrumsetmonkey <abelleisle@roadrunner.com>2015-11-13 12:53:22 -0500
committerdrumsetmonkey <abelleisle@roadrunner.com>2015-11-13 12:53:22 -0500
commita36ce90d8b702b95d623553623dbd20ab64ff3a7 (patch)
tree2343cceebc0e3f4636babb84407699521d819df7 /src/inventory.cpp
parent2efd19fa9cd3d24538242cbea828830ac07c324f (diff)
Makefile supports 64 and 32 bit
Diffstat (limited to 'src/inventory.cpp')
-rw-r--r--src/inventory.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/inventory.cpp b/src/inventory.cpp
index 3360e6b..217fd18 100644
--- a/src/inventory.cpp
+++ b/src/inventory.cpp
@@ -92,7 +92,6 @@ int Inventory::takeItem(ITEM_ID id,unsigned char count){
void Inventory::draw(void){
unsigned int i=0;
float y=offset.y,xoff;
- ui::setFontSize(14);
ui::putText(offset.x-SCREEN_WIDTH/2,y,"Inventory:");
while(item[i].count){
y-=HLINE*12;