aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui.cpp
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2016-04-28 11:46:17 -0400
committerClyne Sullivan <tullivan99@gmail.com>2016-04-28 11:46:17 -0400
commit62df9319f06bb52da8878522117ebe85fc5226b5 (patch)
treec5b2543bbce0463eeef5d0921e41765d8e6d9dc7 /src/ui.cpp
parente2fb36d5da705278fb84246400945f430794d5e7 (diff)
parent68cb663a370747c325eeeeea66cca86803e4b8e5 (diff)
Merge branch 'master' of https://github.com/tcsullivan/gamedev
Diffstat (limited to 'src/ui.cpp')
-rw-r--r--src/ui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui.cpp b/src/ui.cpp
index 316bcbb..6e8dbf1 100644
--- a/src/ui.cpp
+++ b/src/ui.cpp
@@ -964,7 +964,7 @@ EXIT:
} else {
// left click uses item
if (e.button.button & SDL_BUTTON_LEFT)
- player->inv->usingi = true;
+ player->inv->useCurrent();
}
if(mouse.x > player->loc.x && mouse.x < player->loc.x + player->width &&