diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-09-18 20:17:27 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-09-18 20:17:27 -0400 |
| commit | 048d242eef520cc257914cbc56c009ea8e8dc130 (patch) | |
| tree | 073a8dd8a9af0cdb2edb39eca8735ae2dd73db16 /src/d/d_door.cpp | |
| parent | ae94c57e7398b0e1c65970cae062caaa58377880 (diff) | |
bpw partial cleanup, fix inline usage across several actors
Diffstat (limited to 'src/d/d_door.cpp')
| -rw-r--r-- | src/d/d_door.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_door.cpp b/src/d/d_door.cpp index f1888e72..4ef90e4b 100644 --- a/src/d/d_door.cpp +++ b/src/d/d_door.cpp @@ -417,7 +417,7 @@ void dDoor_smoke_c::smokeProc(dDoor_info_c* door) { /* 8006C41C-8006C448 .text smokeEnd__13dDoor_smoke_cFv */ void dDoor_smoke_c::smokeEnd() { - mSmokeCb.end(); + mSmokeCb.remove(); } /* 8006C448-8006C478 .text keyResLoad__12dDoor_key2_cFv */ |
