]> git.mxchange.org Git - quix0rs-blobwars.git/blobdiff - src/aquaBoss.cpp
Updated PNG icon files.
[quix0rs-blobwars.git] / src / aquaBoss.cpp
index 2e50744fb219e96c0983f8a3066497c97d4a8ee9..fc255dfb7aad9e7c31dfca5510cd8a73e6dbc17d 100644 (file)
@@ -1,5 +1,5 @@
 /*
-Copyright (C) 2004 Parallel Realities
+Copyright (C) 2004-2011 Parallel Realities
 
 This program is free software; you can redistribute it and/or
 modify it under the terms of the GNU General Public License
@@ -73,7 +73,7 @@ void aquaBossRecharge()
                {
                        if (enemy->health > -100)
                        {
-                               enemy->dx = enemy->dx = 0;
+                               enemy->dx = enemy->dy = 0;
                                enemy->health = -1;
                                if (enemy->health % 10)
                                {