bug fixes

This commit is contained in:
2021-09-01 22:58:50 +02:00
parent 84b09a4987
commit f928195a05
6 changed files with 5 additions and 5 deletions

View File

@@ -3,7 +3,7 @@
# box height
10
# 32 espacio ( )
7
4
# 33 !
4
# 34 "

View File

@@ -3,7 +3,7 @@
# box height
10
# 32 espacio ( )
7
4
# 33 !
4
# 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

View File

@@ -3,7 +3,7 @@
# box height
20
# 32 espacio ( )
14
8
# 33 !
8
# 34 "

View File

@@ -336,7 +336,7 @@ void Game::init()
mMenaceCurrent = 0;
mMenaceThreshold = 0;
mHiScoreAchieved = false;
mCurrentStage = 9;
mCurrentStage = 0;
mStageBitmapCounter = STAGE_COUNTER;
mDeathCounter = DEATH_COUNTER;
mExplosionTime = false;
@@ -389,7 +389,7 @@ void Game::init()
initGameStages();
// BORRAR
mStage[mCurrentStage].currentPower = mStage[mCurrentStage].powerToComplete - 10;
//mStage[mCurrentStage].currentPower = mStage[mCurrentStage].powerToComplete - 10;
// Modo debug
mDebug.enabled = false;