diff options
| author | Max Horn | 2003-05-21 15:47:51 +0000 |
|---|---|---|
| committer | Max Horn | 2003-05-21 15:47:51 +0000 |
| commit | f0b12ebfa99e093150a1e02709f4ce5ca4204fff (patch) | |
| tree | 0ed05bbc059b2cfce06d8cc46a1bf968b82cedf1 /simon/simon.h | |
| parent | 9615441ded6f2df4ca789a078512acfa70da3758 (diff) | |
| download | scummvm-rg350-f0b12ebfa99e093150a1e02709f4ce5ca4204fff.tar.gz scummvm-rg350-f0b12ebfa99e093150a1e02709f4ce5ca4204fff.tar.bz2 scummvm-rg350-f0b12ebfa99e093150a1e02709f4ce5ca4204fff.zip | |
more Simon member var init (that should be all now, I hope)
svn-id: r7784
Diffstat (limited to 'simon/simon.h')
| -rw-r--r-- | simon/simon.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/simon/simon.h b/simon/simon.h index b94573862e..c24922c777 100644 --- a/simon/simon.h +++ b/simon/simon.h @@ -353,6 +353,9 @@ public: byte *_sdl_buf; byte *_sdl_buf_attached; + RandomSource _rnd; + + SimonState(GameDetector *detector, OSystem *syst); virtual ~SimonState(); @@ -754,7 +757,6 @@ public: byte *vc_10_depack_swap(byte *src, uint w, uint h); - Item *getNextItemPtrStrange(); bool save_game(uint slot, const char *caption); @@ -798,8 +800,6 @@ public: void show_it(void *buf); char *gen_savename(int slot); - - RandomSource _rnd; }; void palette_fadeout(uint32 *pal_values, uint num); |
