diff Indoor.cpp @ 1303:dcc52e17b517

m
author Ritor1
date Sun, 23 Jun 2013 14:02:07 +0600
parents 8a196c858180
children 13b7be8b06a0
line wrap: on
line diff
--- a/Indoor.cpp	Sat Jun 15 23:58:32 2013 +0600
+++ b/Indoor.cpp	Sun Jun 23 14:02:07 2013 +0600
@@ -4638,4 +4638,14 @@
       }
     }
   }
+}
+
+//----- (0046BDF1) --------------------------------------------------------
+void __cdecl BLV_UpdateUserInputAndOther()
+{
+  UpdateObjects();
+  BLV_ProcessPartyActions();
+  UpdateActors_BLV();
+  BLV_UpdateDoors();
+  check_event_triggers();
 }
\ No newline at end of file