aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/scenes/scene15.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/fullpipe/scenes/scene15.cpp')
-rw-r--r--engines/fullpipe/scenes/scene15.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/fullpipe/scenes/scene15.cpp b/engines/fullpipe/scenes/scene15.cpp
index 436a04376d..cb4ae39806 100644
--- a/engines/fullpipe/scenes/scene15.cpp
+++ b/engines/fullpipe/scenes/scene15.cpp
@@ -128,7 +128,7 @@ int sceneHandler15(ExCommand *cmd) {
break;
case MSG_SC15_ASSDRYG:
- if (g_fp->_rnd->getRandomNumber(1))
+ if (g_fp->_rnd.getRandomNumber(1))
g_fp->playSound(SND_15_011, 0);
else
g_fp->playSound(SND_15_006, 0);