Cambiados NULL por nullptr

This commit is contained in:
2022-09-25 21:22:59 +02:00
parent 6637ba9f10
commit 6493b73f4f
9 changed files with 34 additions and 30 deletions

View File

@@ -245,6 +245,7 @@ private:
Uint8 mOnePlayerControl; // Variable para almacenar el valor de las opciones
enemyFormation_t mEnemyFormation[NUMBER_OF_ENEMY_FORMATIONS]; // Vector con todas las formaciones enemigas
enemyPool_t mEnemyPool[10]; // Variable con los diferentes conjuntos de formaciones enemigas
Uint8 mLastStageReached; // Contiene el numero de la última pantalla que se ha alcanzado
demo_t mDemo; // Variable con todas las variables relacionadas con el modo demo
debug_t mDebug; // Variable con las opciones de debug