Skip to content

Commit

Permalink
Fixed button display bug
Browse files Browse the repository at this point in the history
  • Loading branch information
theZiz committed Apr 27, 2017
1 parent 6328926 commit ae55058
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ToDo
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
* Mouse support
* In game lobby
* In game ;)
* Button for Weapon choice (weapon itself?)
* Weapon choice touchpad sensitive
* left button moves hare (arrow left and right replacement)
* right button sets shooting direction (arrow up and down replacement)
3 changes: 1 addition & 2 deletions window.c
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,7 @@ pWindow recent_window = NULL;

void draw_edgy_rectangle(int x, int y, int * width, int * height, int B0, int B1, int B2,int B4)
{
// *height += 2*B1;
*width += 2*B2;
*width += 2*B1;
int Y;
for (Y = y; Y <= y + *height; ++Y)
{
Expand Down

0 comments on commit ae55058

Please sign in to comment.