aboutsummaryrefslogtreecommitdiff
path: root/engines/saga/saga.h
diff options
context:
space:
mode:
authorFilippos Karapetis2007-07-31 18:08:40 +0000
committerFilippos Karapetis2007-07-31 18:08:40 +0000
commitcd20f09a9d8085d1082313fd1d58c87deeb30333 (patch)
tree0d8aff5a36d1ae75f62f6fc03bed561dcd7204a0 /engines/saga/saga.h
parent03d7990a341a5c05d2b23b073620159d3fe15a0f (diff)
downloadscummvm-rg350-cd20f09a9d8085d1082313fd1d58c87deeb30333.tar.gz
scummvm-rg350-cd20f09a9d8085d1082313fd1d58c87deeb30333.tar.bz2
scummvm-rg350-cd20f09a9d8085d1082313fd1d58c87deeb30333.zip
Cleanup: removed dead code, fixed some comments and did some layout changes
svn-id: r28362
Diffstat (limited to 'engines/saga/saga.h')
-rw-r--r--engines/saga/saga.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/saga/saga.h b/engines/saga/saga.h
index 220a563c14..43952fe564 100644
--- a/engines/saga/saga.h
+++ b/engines/saga/saga.h
@@ -551,7 +551,7 @@ public:
Resource *_resource;
- /** Random number generator */
+ // Random number generator
Common::RandomSource _rnd;
private: