summaryrefslogtreecommitdiff
path: root/src/d/d_npc_lib.cpp
diff options
context:
space:
mode:
authorJulgodis <>2021-04-07 09:16:47 +0200
committerJulgodis <>2021-04-07 09:16:47 +0200
commitdca1d2a1c032f239c65aa1b7767132c12e89f628 (patch)
tree103f2574cfa7c6b9f19df522447d0b58861b60ba /src/d/d_npc_lib.cpp
parented1ee30dd20ab15ba73b987f1e59b0dfc16d09b2 (diff)
detect more floats/doubles, including from relocations
Diffstat (limited to 'src/d/d_npc_lib.cpp')
-rw-r--r--src/d/d_npc_lib.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/d/d_npc_lib.cpp b/src/d/d_npc_lib.cpp
index c1a0afcc7a..9858fc43dc 100644
--- a/src/d/d_npc_lib.cpp
+++ b/src/d/d_npc_lib.cpp
@@ -11,12 +11,6 @@
// Types:
//
-struct csXyz {
- /* 80018BD0 */ ~csXyz();
- /* 80112C80 */ csXyz();
- /* 8026745C */ void operator+=(csXyz&);
-};
-
struct Vec {};
struct cXyz {
@@ -27,6 +21,12 @@ struct cXyz {
/* 802670AC */ void isZero() const;
};
+struct csXyz {
+ /* 80018BD0 */ ~csXyz();
+ /* 80112C80 */ csXyz();
+ /* 8026745C */ void operator+=(csXyz&);
+};
+
struct mDoMtx_stack_c {
/* 8000CD64 */ void transS(cXyz const&);
/* 8000CE9C */ void XYZrotS(csXyz const&);