the luxuries of a modern C compiler
[carveJwlIkooP6JGAAIwe30JlM.git] / player_ragdoll.c
index 7b5308816d228d173df193b93f2569c9ea80b44a..aabf6f9fe37eefdb1e545b61b93f8777a1654a53 100644 (file)
@@ -269,7 +269,7 @@ VG_STATIC void player_debug_ragdoll(void)
  */
 VG_STATIC void player_ragdoll_iter( struct player_ragdoll *rd )
 {
-   world_instance *world = get_active_world();
+   world_instance *world = world_current_instance();
 
    int run_sim = 0;
    ragdoll_frame ++;