aboutsummaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorrelnev <relnev@5198baeb-e213-0410-be47-fc2ff85ca46f>2003-01-08 13:22:12 +0000
committerrelnev <relnev@5198baeb-e213-0410-be47-fc2ff85ca46f>2003-01-08 13:22:12 +0000
commit8f6cf03ff93fc978bfcd1094a69e32237bf9914f (patch)
tree41bde014f0a2272187ff5350d5c0c7a9a9c0e916 /Source
parent7f746cfb51dfbcd0cc46b18dcafa7332697aaed6 (diff)
downloadblackshades-8f6cf03ff93fc978bfcd1094a69e32237bf9914f.tar.gz
newlines
git-svn-id: svn://svn.icculus.org/blackshades/trunk@52 5198baeb-e213-0410-be47-fc2ff85ca46f
Diffstat (limited to 'Source')
-rw-r--r--Source/GameTick.cpp2
-rw-r--r--Source/Models.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/Source/GameTick.cpp b/Source/GameTick.cpp
index 5333c03..73dc222 100644
--- a/Source/GameTick.cpp
+++ b/Source/GameTick.cpp
@@ -4932,4 +4932,4 @@ void Game::Tick(){
}
-} \ No newline at end of file
+}
diff --git a/Source/Models.cpp b/Source/Models.cpp
index 89b08e4..efd0078 100644
--- a/Source/Models.cpp
+++ b/Source/Models.cpp
@@ -334,4 +334,4 @@ int Model::LineCheck3(XYZ p1,XYZ p2, XYZ *p, XYZ move, float rotate, float *d)
*p=DoRotation(*p,0,rotate,0);
*p=*p+move;
return firstintersecting;
-} \ No newline at end of file
+}