Skip to content

Commit

Permalink
Fix #1 Edit
Browse files Browse the repository at this point in the history
Added line to comment.
  • Loading branch information
rchaud99 committed Mar 10, 2018
1 parent 01b04c9 commit 43e6a91
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion StickKnightsOnline-Client/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3741,7 +3741,8 @@ construct_frame()
{
int itemAmount;
itemAmount = Player[MyID].inventory[i][1];
//center the item over your mouse

//center the item over your mouse
if (itemAmount > 0) {
offset_x -= 16;
offset_y -= 16;
Expand Down

0 comments on commit 43e6a91

Please sign in to comment.