diff --git a/main.cpp b/main.cpp index f242c87..cc6a32d 100644 --- a/main.cpp +++ b/main.cpp @@ -1028,7 +1028,7 @@ void Meteos::drawGame(float fElapsedTime,bool debugView){ for (int y=0;y<=blocksInAttackQueue/40;y++){ for (int x=0;x<10;x++){ int amt=y*40+x*4; - if (blocksInAttackQueue>=amt){ + if (blocksInAttackQueue>amt){ if(blocksInAttackQueue<320){ attackQueueDisplayStringColor=YELLOW; DrawRectDecal(gameBoard.drawOffset+vf2d{gameBoard.boardSize.x*12+16+26.f,27.6}-vf2d{x*2.4f,y*2.4f},{2.4,2.4},attackQueueDisplayStringColor);