diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-04-25 18:44:45 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-04-25 18:44:45 -0400 |
| commit | 341f329dde9d36a65d3bc9ce3bc09f9152944cfb (patch) | |
| tree | 4fcb33935e72da9f5e2bf93f2372c4d88c467d5b /src/d/actor/d_a_ship.cpp | |
| parent | 0c6c84d675dcfd2f795c27c2ba349fa0b9db70ab (diff) | |
d_a_obj_vgnfd OK, d_a_obj_doguu OK, clean up weak-but-not-inlined funcs in finished actors
Diffstat (limited to 'src/d/actor/d_a_ship.cpp')
| -rw-r--r-- | src/d/actor/d_a_ship.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_ship.cpp b/src/d/actor/d_a_ship.cpp index 2c38b9aa..d70fb7d7 100644 --- a/src/d/actor/d_a_ship.cpp +++ b/src/d/actor/d_a_ship.cpp @@ -4358,7 +4358,7 @@ BOOL daShip_c::createHeap() { return FALSE; } - if (pModel->setSkinDeform(mSkinDeform, 1)) { + if (pModel->setSkinDeform(mSkinDeform, 1) != J3DErrType_Success) { return FALSE; } } |
