aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/star_control/daffine.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/star_control/daffine.h')
-rw-r--r--engines/titanic/star_control/daffine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/star_control/daffine.h b/engines/titanic/star_control/daffine.h
index 074c1355a5..6e1eccc399 100644
--- a/engines/titanic/star_control/daffine.h
+++ b/engines/titanic/star_control/daffine.h
@@ -47,7 +47,7 @@ public:
DVector _col4;
public:
DAffine();
- //TODO: consider making mode an enum since that is more helpful when it is used in code
+ // TODO: consider making mode an enum since that is more helpful when it is used in code
DAffine(int mode, const DVector &src);
DAffine(Axis axis, double angleDeg);
DAffine(const FMatrix &src);