X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Flibgame%2Fsound.h;h=db99a81d2a77f660a4503973488b4cea5ae39dd5;hp=13d0b356f91b83290b7b0c197bc09b730f7b3c61;hb=77570cca460afce38d688221214f93f0c6d0a8c9;hpb=8ae353be22bec6faaa68b978e188f5c15120e44b diff --git a/src/libgame/sound.h b/src/libgame/sound.h index 13d0b356..db99a81d 100644 --- a/src/libgame/sound.h +++ b/src/libgame/sound.h @@ -267,12 +267,12 @@ struct SoundControl int nr; int volume; - int stereo; + int stereo_position; int state; - int playingtime; - long playingpos; + unsigned long playing_starttime; + unsigned long playing_pos; int type; int format;