Skip to content
This repository has been archived by the owner on Apr 19, 2022. It is now read-only.

Commit

Permalink
Player control hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
jaygarcia committed Dec 20, 2017
1 parent ace88a5 commit 8586781
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Evade2/Player.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ void Player::after_render() {
// Font::printf(5,5,"D %d", Game::difficulty);
// Font::printf(5,12,"W %d", Game::wave);
// Font::scale = 256;
if (game_mode != MODE_GAME) {
if (game_mode == MODE_GAME) {

if (Controls::pressed(JOYSTICK_RIGHT)) {
consoleX = 38;
Expand Down
2 changes: 1 addition & 1 deletion dist/Evade2.hex
Original file line number Diff line number Diff line change
Expand Up @@ -1606,7 +1606,7 @@
:106450001D0140931E0150931F010E94ED1385E919
:106460009AE10E9472248AE00E941C1E10911B0176
:1064700010FD02C086EA01C087EA0E948F1D1E7FC0
:1064800010931B01809163088430E1F090911A0110
:1064800010931B01809163088430E1F490911A010C
:1064900096FD07C095FF0AC04CEFC42E31E08AE29A
:1064A00008C034E0C32E3FEF86E203C0C12C30E0C9
:1064B00088E297FD0EC094FF11C02CEFE22E11E090
Expand Down

0 comments on commit 8586781

Please sign in to comment.