diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-11-05 20:53:59 -0500 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-11-05 20:53:59 -0500 |
| commit | 0492ca2b52485bc5ffcc0c495963e23ffc8415b4 (patch) | |
| tree | 4c185707f160419032800b220d834b99060432d8 /src/d/actor/d_a_npc_os.cpp | |
| parent | 92af4c4025dc760160671bffe0ef88279732429c (diff) | |
start d_menu_option
Diffstat (limited to 'src/d/actor/d_a_npc_os.cpp')
| -rw-r--r-- | src/d/actor/d_a_npc_os.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_npc_os.cpp b/src/d/actor/d_a_npc_os.cpp index 7df508f0..67fe99b3 100644 --- a/src/d/actor/d_a_npc_os.cpp +++ b/src/d/actor/d_a_npc_os.cpp @@ -1081,7 +1081,7 @@ BOOL daNpc_Os_c::searchNpcAction(void*) { if(!door) { if(cLib_calcTimer(&field_0x7A7) == 0) { field_0x7A6 ^= 1; - field_0x7A7 = cLib_getRndValue(8, 0x14); + field_0x7A7 = cLib_getRndValue(8, 20); } mpMorf->setPlaySpeed(2.0f); |
