diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2016-04-28 11:46:17 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2016-04-28 11:46:17 -0400 |
commit | 62df9319f06bb52da8878522117ebe85fc5226b5 (patch) | |
tree | c5b2543bbce0463eeef5d0921e41765d8e6d9dc7 /src/ui.cpp | |
parent | e2fb36d5da705278fb84246400945f430794d5e7 (diff) | |
parent | 68cb663a370747c325eeeeea66cca86803e4b8e5 (diff) |
Merge branch 'master' of https://github.com/tcsullivan/gamedev
Diffstat (limited to 'src/ui.cpp')
-rw-r--r-- | src/ui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 && |