diff options
Diffstat (limited to 'src/Globals.cpp')
-rw-r--r-- | src/Globals.cpp | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/src/Globals.cpp b/src/Globals.cpp index b8f5d14..2adfd22 100644 --- a/src/Globals.cpp +++ b/src/Globals.cpp @@ -48,21 +48,3 @@ bool blood; float fogcolorr; float fogcolorg; float fogcolorb; - -XYZ vel; -XYZ midp; -XYZ newpoint1,newpoint2; - -float oldlength; -float relaxlength; - -float friction; -int numrepeats; -float groundlevel; -float offset; -XYZ impact; -XYZ overpoint; -XYZ underpoint; -int whichtri; -XYZ normalrotated; -bool groundish; |