summaryrefslogtreecommitdiffstats
path: root/src/d3dmath.cpp
diff options
context:
space:
mode:
authorKrzysztof H <krzys_h@interia.pl>2012-03-11 20:49:33 +0100
committerKrzysztof H <krzys_h@interia.pl>2012-03-11 20:49:33 +0100
commit5649419a468b53665ec03ab83e8ce94deb71d5e7 (patch)
tree9f5793f259453593fcbdc75c63ef189c31bde005 /src/d3dmath.cpp
parent84d1f79fdf02e0010e4b2d118458e8cd8ce0dd71 (diff)
downloadcolobot-5649419a468b53665ec03ab83e8ce94deb71d5e7.tar.gz
colobot-5649419a468b53665ec03ab83e8ce94deb71d5e7.tar.bz2
colobot-5649419a468b53665ec03ab83e8ce94deb71d5e7.zip
FIX: "If not, see ." was replaced with: "If not, see http://www.gnu.org/licenses/."
Diffstat (limited to 'src/d3dmath.cpp')
-rw-r--r--src/d3dmath.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d3dmath.cpp b/src/d3dmath.cpp
index 0e94ed6..3bbf500 100644
--- a/src/d3dmath.cpp
+++ b/src/d3dmath.cpp
@@ -12,7 +12,7 @@
// * GNU General Public License for more details.
// *
// * You should have received a copy of the GNU General Public License
-// * along with this program. If not, see .
+// * along with this program. If not, see http://www.gnu.org/licenses/.
#define D3D_OVERLOADS
#define STRICT
#include <math.h>