]> git.mxchange.org Git - quix0rs-blobwars.git/blobdiff - src/CWeapon.cpp
Capitalize Makefiles.
[quix0rs-blobwars.git] / src / CWeapon.cpp
index 53d962bfbbced144ca460b07827e09fad2292b27..e0fc21644e0dbfd63a817c9106cffc15d3c48adb 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
@@ -37,7 +38,7 @@ void Weapon::setName(const char *name)
        strlcpy(this->name, name, sizeof this->name);
 }
 
-int Weapon::getSpeed(int face)
+int Weapon::getSpeed(int face) const
 {
        return (dx - ((dx * 2) * face));
 }