summaryrefslogtreecommitdiff
path: root/apps/plugins/brickmania.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/brickmania.c')
-rw-r--r--apps/plugins/brickmania.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/plugins/brickmania.c b/apps/plugins/brickmania.c
index a76e51203b..106a0f9bf6 100644
--- a/apps/plugins/brickmania.c
+++ b/apps/plugins/brickmania.c
@@ -1763,7 +1763,8 @@ int game_loop(void)
1763 1763
1764 button_right=((move_button & RIGHT) || (SCROLL_FWD(button))); 1764 button_right=((move_button & RIGHT) || (SCROLL_FWD(button)));
1765 button_left=((move_button & LEFT) || (SCROLL_BACK(button))); 1765 button_left=((move_button & LEFT) || (SCROLL_BACK(button)));
1766 1766 if ((con_game== 1 && start_game!=1) && (button_right || button_left))
1767 continue;
1767 if ((button_right && flip_sides==false) || 1768 if ((button_right && flip_sides==false) ||
1768 (button_left && flip_sides==true)) { 1769 (button_left && flip_sides==true)) {
1769 if (pad_pos_x+8+PAD_WIDTH > LCD_WIDTH) { 1770 if (pad_pos_x+8+PAD_WIDTH > LCD_WIDTH) {
@@ -1795,7 +1796,7 @@ int game_loop(void)
1795 } 1796 }
1796 } 1797 }
1797 1798
1798 1799
1799 switch(button) { 1800 switch(button) {
1800 case UP: 1801 case UP:
1801 case SELECT: 1802 case SELECT: