summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_npc_os.cpp
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2024-11-05 20:53:59 -0500
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2024-11-05 20:53:59 -0500
commit0492ca2b52485bc5ffcc0c495963e23ffc8415b4 (patch)
tree4c185707f160419032800b220d834b99060432d8 /src/d/actor/d_a_npc_os.cpp
parent92af4c4025dc760160671bffe0ef88279732429c (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.cpp2
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);