diff options
author | drumsetmonkey <abelleisle@roadrunner.com> | 2016-04-28 10:31:16 -0400 |
---|---|---|
committer | drumsetmonkey <abelleisle@roadrunner.com> | 2016-04-28 10:31:16 -0400 |
commit | 2e026aff928b30267a39ef6fdeec3e43e9f106e6 (patch) | |
tree | b787550264cb3f1a88401f0240968c99b5138237 /src/ui.cpp | |
parent | 53800e07513f4a625ba70ff7d805d158a6b42121 (diff) |
New inventory system
Diffstat (limited to 'src/ui.cpp')
-rw-r--r-- | src/ui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -960,7 +960,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 && |