Let individual dialogs toggle pict animations

This commit is contained in:
2025-02-16 15:03:38 -06:00
committed by Celtic Minstrel
parent d93facc056
commit 9b4af4e69c
3 changed files with 10 additions and 6 deletions

View File

@@ -350,7 +350,7 @@ void init_scened(int argc, char* argv[]) {
set_cursor(sword_curs);
cDialog::defaultBackground = cDialog::BG_LIGHT;
cDialog::doAnimations = true;
cDialog::defaultDoAnimations = true;
set_up_apple_events();
process_args(argc, argv);
init_fileio();