aboutsummaryrefslogtreecommitdiff
path: root/Source/Game.c
diff options
context:
space:
mode:
authorXaviDCR92 <xavi.dcr@gmail.com>2018-05-07 23:04:27 +0200
committerXaviDCR92 <xavi.dcr@gmail.com>2018-05-07 23:04:27 +0200
commit4c0028bfcc5da708e47a349f060954e67fb9c2d7 (patch)
tree8e148f2173c13e6b3eb665cd7813d5142a41a28b /Source/Game.c
parent01c9566dd8334c73c1141747edca8717b11ed220 (diff)
downloadairport-4c0028bfcc5da708e47a349f060954e67fb9c2d7.tar.gz
* Minor changes.
Diffstat (limited to 'Source/Game.c')
-rw-r--r--Source/Game.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Game.c b/Source/Game.c
index 653e911..2c6f6c7 100644
--- a/Source/Game.c
+++ b/Source/Game.c
@@ -388,7 +388,7 @@ bool GameExit(void)
* ***************************************************************************************/
bool GamePause(void)
{
- TYPE_PLAYER* ptrPlayer;
+ const TYPE_PLAYER* ptrPlayer;
uint8_t i;
bool pause_flag = false;