diff options
author | Joost Peters | 2003-11-09 22:22:56 +0000 |
---|---|---|
committer | Joost Peters | 2003-11-09 22:22:56 +0000 |
commit | 69c4fd3595f8580e971102ac8fc29e1f21b60879 (patch) | |
tree | 590f5d8d4491d231f2bf6fe01936005603e7aee1 /queen | |
parent | a657b8e7ba85a42c2c6da31a66b58cc57ab5db29 (diff) | |
download | scummvm-rg350-69c4fd3595f8580e971102ac8fc29e1f21b60879.tar.gz scummvm-rg350-69c4fd3595f8580e971102ac8fc29e1f21b60879.tar.bz2 scummvm-rg350-69c4fd3595f8580e971102ac8fc29e1f21b60879.zip |
update
svn-id: r11233
Diffstat (limited to 'queen')
-rw-r--r-- | queen/xref.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/queen/xref.txt b/queen/xref.txt index 005ee4997d..d6a0cf2c3c 100644 --- a/queen/xref.txt +++ b/queen/xref.txt @@ -104,8 +104,8 @@ AREAVAR (boolean, if true display objects/areas boxes) GAME SETTINGS ============= -game_load() -game_save() +game_load() Logic::gameLoad() +game_save() Logic::gameSave() - config_request MUSICTOGGLE GameConfig::musicToggle @@ -329,9 +329,9 @@ tpal Display::_pals.screen SOUND ===== alter_current_volume() -playsong() -sfxbusy() -sfxplay() +playsong() Sound::playSong() +sfxbusy() Sound::waitSfxFinished() +sfxplay() Sound::sfxPlay() - CURRSONG SFXNAME Logic::_sfxName |