aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/star_control/fvector.h
diff options
context:
space:
mode:
authorPaul Gilbert2017-08-22 19:53:47 -0400
committerPaul Gilbert2017-08-22 19:53:47 -0400
commitceb329ad0e913288309aef1cfe9696bce4f93e7e (patch)
treeac7e2784cc568f1d6a5f877101279fd2b0aca924 /engines/titanic/star_control/fvector.h
parent68d43a431a56045cd69c6f07705269c4938ea589 (diff)
downloadscummvm-rg350-ceb329ad0e913288309aef1cfe9696bce4f93e7e.tar.gz
scummvm-rg350-ceb329ad0e913288309aef1cfe9696bce4f93e7e.tar.bz2
scummvm-rg350-ceb329ad0e913288309aef1cfe9696bce4f93e7e.zip
TITANIC: Formatting fixes for star control classes
Diffstat (limited to 'engines/titanic/star_control/fvector.h')
-rw-r--r--engines/titanic/star_control/fvector.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/engines/titanic/star_control/fvector.h b/engines/titanic/star_control/fvector.h
index ed5789ac7e..d4ba754138 100644
--- a/engines/titanic/star_control/fvector.h
+++ b/engines/titanic/star_control/fvector.h
@@ -65,12 +65,12 @@ public:
/**
* Attempts to normalizes the vector so the length from origin equals 1.0
- * Return value is whether or not it was successful in normalizing
- * First argument is scale value that normalizes the vector
- * TODO: split this function into 2. One that calculates the normalization
- * and another that does the normalization. The 2nd would assert if a
- * normalization of one was requested. This is cleaner than the current
- * implementation.
+ * Return value is whether or not it was successful in normalizing
+ * First argument is scale value that normalizes the vector
+ * TODO: split this function into 2. One that calculates the normalization
+ * and another that does the normalization. The 2nd would assert if a
+ * normalization of one was requested. This is cleaner than the current
+ * implementation.
*/
bool normalize(float &);