diff options
-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 |