diff options
Diffstat (limited to 'engines/mohawk/riven.h')
-rw-r--r-- | engines/mohawk/riven.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/mohawk/riven.h b/engines/mohawk/riven.h index 9cb43ebe9d..2d50fc0db5 100644 --- a/engines/mohawk/riven.h +++ b/engines/mohawk/riven.h @@ -107,6 +107,7 @@ public: RivenGraphics *_gfx; RivenExternal *_externalScriptHandler; + Common::RandomSource *_rnd; Card _cardData; bool _gameOver; |