aboutsummaryrefslogtreecommitdiff
path: root/sky
diff options
context:
space:
mode:
authorMax Horn2003-10-04 11:50:21 +0000
committerMax Horn2003-10-04 11:50:21 +0000
commitd4734bd4f2963168f794691a618869ba4e558aaa (patch)
tree6881cb61298534a4966533289bb81a2f0332a4c3 /sky
parent91da08e1f3f836442c9c2ff39a9d1570f49df24d (diff)
downloadscummvm-rg350-d4734bd4f2963168f794691a618869ba4e558aaa.tar.gz
scummvm-rg350-d4734bd4f2963168f794691a618869ba4e558aaa.tar.bz2
scummvm-rg350-d4734bd4f2963168f794691a618869ba4e558aaa.zip
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
Diffstat (limited to 'sky')
-rw-r--r--sky/logic.h2
1 files changed, 1 insertions, 1 deletions
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;