aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/scenes/scene18and19.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/fullpipe/scenes/scene18and19.cpp')
-rw-r--r--engines/fullpipe/scenes/scene18and19.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/fullpipe/scenes/scene18and19.cpp b/engines/fullpipe/scenes/scene18and19.cpp
index eb338ead88..7e26632cee 100644
--- a/engines/fullpipe/scenes/scene18and19.cpp
+++ b/engines/fullpipe/scenes/scene18and19.cpp
@@ -181,7 +181,7 @@ void scene18_setupSwingers(StaticANIObject *ani, Scene *sc) {
else
ani->startAnim(MV_KSL_SWING, 0, -1);
- ani->_movement->setDynamicPhaseIndex(g_fp->_rnd->getRandomNumber(17));
+ ani->_movement->setDynamicPhaseIndex(g_fp->_rnd.getRandomNumber(17));
g_vars->scene18_swingers.push_back(swinger);
}