aboutsummaryrefslogtreecommitdiff
path: root/scumm/player_v1.h
diff options
context:
space:
mode:
authorJochen Hoenicke2003-08-15 13:58:54 +0000
committerJochen Hoenicke2003-08-15 13:58:54 +0000
commitf86a8cd38be74bf0b714df0bf81684849462c6ad (patch)
treeeadfb6f07982caf79c5d04d856cb6f9f9eb44f37 /scumm/player_v1.h
parent185d56369055faa2f1a28f6af1ce2e464fab4e84 (diff)
downloadscummvm-rg350-f86a8cd38be74bf0b714df0bf81684849462c6ad.tar.gz
scummvm-rg350-f86a8cd38be74bf0b714df0bf81684849462c6ad.tar.bz2
scummvm-rg350-f86a8cd38be74bf0b714df0bf81684849462c6ad.zip
implement the PCjr chunk 1 sounds.
svn-id: r9706
Diffstat (limited to 'scumm/player_v1.h')
-rw-r--r--scumm/player_v1.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/scumm/player_v1.h b/scumm/player_v1.h
index 6560078d83..ceefe1c15a 100644
--- a/scumm/player_v1.h
+++ b/scumm/player_v1.h
@@ -80,15 +80,15 @@ private:
uint _freq_current;
uint _forced_level;
uint16 _random_lsr;
- uint _channel;
+ uint *_value_ptr;
uint _time_left;
uint _start;
uint _end;
int _delta;
+ uint *_value_ptr_2;
uint _time_left_2;
uint _start_2;
int _delta_2;
- uint _channel_2;
};
#endif