]> git.mxchange.org Git - quix0rs-blobwars.git/blobdiff - src/aquaBoss.cpp
Allow playing sounds with stereo effects.
[quix0rs-blobwars.git] / src / aquaBoss.cpp
index 2e50744fb219e96c0983f8a3066497c97d4a8ee9..45e98178d35e6ac53ff03f057371821dbc041ace 100644 (file)
@@ -1,5 +1,6 @@
 /*
-Copyright (C) 2004 Parallel Realities
+Copyright (C) 2004-2011 Parallel Realities
+Copyright (C) 2011-2015 Perpendicular Dimensions
 
 This program is free software; you can redistribute it and/or
 modify it under the terms of the GNU General Public License
@@ -73,7 +74,7 @@ void aquaBossRecharge()
                {
                        if (enemy->health > -100)
                        {
-                               enemy->dx = enemy->dx = 0;
+                               enemy->dx = enemy->dy = 0;
                                enemy->health = -1;
                                if (enemy->health % 10)
                                {