diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-04-21 23:18:46 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-04-21 23:18:46 -0400 |
| commit | 6fb2cfde999d7aec40254a76c8c93c6a015e2b4e (patch) | |
| tree | ba4c28d013fca24ea2c621ca795ec1789a1c590f /src/d/actor | |
| parent | f8817f8479e4a6ecc13a54707c10c9ca653ee5bf (diff) | |
fix d_a_pz compilation
Diffstat (limited to 'src/d/actor')
| -rw-r--r-- | src/d/actor/d_a_pz.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/actor/d_a_pz.cpp b/src/d/actor/d_a_pz.cpp index 8edfd26c..796e7c8f 100644 --- a/src/d/actor/d_a_pz.cpp +++ b/src/d/actor/d_a_pz.cpp @@ -97,12 +97,12 @@ void daPz_c::checkEyeArea(cXyz&) { } /* 0000114C-00001194 .text getMsg__6daPz_cFv */ -void daPz_c::getMsg() { +u32 daPz_c::getMsg() { /* Nonmatching */ } /* 00001194-00001208 .text next_msgStatus__6daPz_cFPUl */ -void daPz_c::next_msgStatus(unsigned long*) { +u16 daPz_c::next_msgStatus(unsigned long*) { /* Nonmatching */ } |
