diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-03-11 18:23:44 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-03-11 18:23:44 -0400 |
| commit | d0e8844b4bce31b72e38c10c3467f23ac69e4072 (patch) | |
| tree | f336a4e0f61110f5a096e15f64dce8dca368c0cb /src/d/actor/d_a_npc_ko1.cpp | |
| parent | 029ddf6bb978f76c55fc98ef9079abd5fc0bbdf2 (diff) | |
Add uint typedef
Diffstat (limited to 'src/d/actor/d_a_npc_ko1.cpp')
| -rw-r--r-- | src/d/actor/d_a_npc_ko1.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_npc_ko1.cpp b/src/d/actor/d_a_npc_ko1.cpp index fa7fffaf..b9633e5d 100644 --- a/src/d/actor/d_a_npc_ko1.cpp +++ b/src/d/actor/d_a_npc_ko1.cpp @@ -307,7 +307,7 @@ void daNpc_Ko1_c::setAttention(bool) { } /* 00002610-00002644 .text searchByID__11daNpc_Ko1_cFUi */ -void daNpc_Ko1_c::searchByID(unsigned int) { +void daNpc_Ko1_c::searchByID(uint) { /* Nonmatching */ } |
