aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/lol.h
diff options
context:
space:
mode:
authorJohannes Schickel2009-06-18 21:47:10 +0000
committerJohannes Schickel2009-06-18 21:47:10 +0000
commit2e27c7b49246c1e0dc1d2d2fe8f767dcad15f2cb (patch)
treed4a0096ce65fa1a2870f21d9a1d8ee41495ea162 /engines/kyra/lol.h
parent4562fe248a1ded2d64e43800ec4e8fcb43e95d3a (diff)
downloadscummvm-rg350-2e27c7b49246c1e0dc1d2d2fe8f767dcad15f2cb.tar.gz
scummvm-rg350-2e27c7b49246c1e0dc1d2d2fe8f767dcad15f2cb.tar.bz2
scummvm-rg350-2e27c7b49246c1e0dc1d2d2fe8f767dcad15f2cb.zip
Replaced "getRandomNumberSpecial" be RandomSource usage. (This is needed for proper event recording, also the probability for generated numbers is actually nearly the same)
svn-id: r41646
Diffstat (limited to 'engines/kyra/lol.h')
-rw-r--r--engines/kyra/lol.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/kyra/lol.h b/engines/kyra/lol.h
index f814219e30..f2a6727289 100644
--- a/engines/kyra/lol.h
+++ b/engines/kyra/lol.h
@@ -1303,7 +1303,6 @@ private:
// misc
void delay(uint32 millis, bool doUpdate = false, bool isMainLoop = false);
- uint8 getRandomNumberSpecial();
uint8 _compassBroken;
uint8 _drainMagic;