From dca1d2a1c032f239c65aa1b7767132c12e89f628 Mon Sep 17 00:00:00 2001 From: Julgodis <> Date: Wed, 7 Apr 2021 09:16:47 +0200 Subject: detect more floats/doubles, including from relocations --- src/d/d_npc_lib.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/d/d_npc_lib.cpp') 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&); -- cgit v1.2.3