From d4734bd4f2963168f794691a618869ba4e558aaa Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 4 Oct 2003 11:50:21 +0000 Subject: use namespace Common a bit more; don't zero the RNG in scumm (else the seed gets reset); remove obsolete 256 color blending code svn-id: r10592 --- sky/logic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sky') diff --git a/sky/logic.h b/sky/logic.h index 52dfa4bb04..8b0859591b 100644 --- a/sky/logic.h +++ b/sky/logic.h @@ -255,7 +255,7 @@ protected: uint32 _currentSection; - RandomSource _rnd; + Common::RandomSource _rnd; SkyScreen *_skyScreen; SkyDisk *_skyDisk; -- cgit v1.2.3