Explorar el Código

More fixing...

jancoow hace 9 años
padre
commit
2bab7e05f8
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      World.cpp

+ 3 - 3
World.cpp

@@ -321,11 +321,11 @@ void World::update(float elapsedTime)
 				}
 			}
 
-		if (enemy->attack)
-		{			
+			if (enemy->attack)
+			{
                 player->HpDown(enemy->damage / 4);
 			}
-		}
+
 			remove = true;
 			continue;
 		}