summaryrefslogtreecommitdiff
path: root/src/math
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2020-05-13 05:31:14 +0300
committerSergeanur <s.anureev@yandex.ua>2020-05-13 05:31:14 +0300
commit7aeac06fdb9bd43addad145cad1763dc58063624 (patch)
tree11e7a9b994a3621aa717b85042bb01ac35930f38 /src/math
parentChanging save/load for CPlayerInfo because of alignment crap (diff)
downloadre3-7aeac06fdb9bd43addad145cad1763dc58063624.tar.gz
Redoing some pool reading for better alignment
Diffstat (limited to 'src/math')
-rw-r--r--src/math/Matrix.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/math/Matrix.h b/src/math/Matrix.h
index 35972e7f..b7e055c5 100644
--- a/src/math/Matrix.h
+++ b/src/math/Matrix.h
@@ -313,3 +313,8 @@ public:
other.Reorthogonalise();
}
};
+
+class CCompressedMatrix : public CCompressedMatrixNotAligned
+{
+ int _alignment; // no clue what would this align to
+}; \ No newline at end of file