bug fixes
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
# box height
|
# box height
|
||||||
10
|
10
|
||||||
# 32 espacio ( )
|
# 32 espacio ( )
|
||||||
7
|
4
|
||||||
# 33 !
|
# 33 !
|
||||||
4
|
4
|
||||||
# 34 "
|
# 34 "
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
# box height
|
# box height
|
||||||
10
|
10
|
||||||
# 32 espacio ( )
|
# 32 espacio ( )
|
||||||
7
|
4
|
||||||
# 33 !
|
# 33 !
|
||||||
4
|
4
|
||||||
# 34 "
|
# 34 "
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 3.8 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 8.7 KiB |
@@ -3,7 +3,7 @@
|
|||||||
# box height
|
# box height
|
||||||
20
|
20
|
||||||
# 32 espacio ( )
|
# 32 espacio ( )
|
||||||
14
|
8
|
||||||
# 33 !
|
# 33 !
|
||||||
8
|
8
|
||||||
# 34 "
|
# 34 "
|
||||||
|
|||||||
@@ -336,7 +336,7 @@ void Game::init()
|
|||||||
mMenaceCurrent = 0;
|
mMenaceCurrent = 0;
|
||||||
mMenaceThreshold = 0;
|
mMenaceThreshold = 0;
|
||||||
mHiScoreAchieved = false;
|
mHiScoreAchieved = false;
|
||||||
mCurrentStage = 9;
|
mCurrentStage = 0;
|
||||||
mStageBitmapCounter = STAGE_COUNTER;
|
mStageBitmapCounter = STAGE_COUNTER;
|
||||||
mDeathCounter = DEATH_COUNTER;
|
mDeathCounter = DEATH_COUNTER;
|
||||||
mExplosionTime = false;
|
mExplosionTime = false;
|
||||||
@@ -389,7 +389,7 @@ void Game::init()
|
|||||||
initGameStages();
|
initGameStages();
|
||||||
|
|
||||||
// BORRAR
|
// BORRAR
|
||||||
mStage[mCurrentStage].currentPower = mStage[mCurrentStage].powerToComplete - 10;
|
//mStage[mCurrentStage].currentPower = mStage[mCurrentStage].powerToComplete - 10;
|
||||||
|
|
||||||
// Modo debug
|
// Modo debug
|
||||||
mDebug.enabled = false;
|
mDebug.enabled = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user