[Scummvm-git-logs] scummvm master -> 585bb69495462c43b757439744cef49be20e4539
dreammaster
noreply at scummvm.org
Sat Aug 1 11:06:41 UTC 2026
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
585bb69495 MADS: NEBULAR: Fix quote Ids for naughty/nice options toggle
Commit: 585bb69495462c43b757439744cef49be20e4539
https://github.com/scummvm/scummvm/commit/585bb69495462c43b757439744cef49be20e4539
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2026-08-01T21:06:35+10:00
Commit Message:
MADS: NEBULAR: Fix quote Ids for naughty/nice options toggle
Changed paths:
engines/mads/nebular/mads/quotes.h
diff --git a/engines/mads/nebular/mads/quotes.h b/engines/mads/nebular/mads/quotes.h
index 97571d3436d..f05d93a1824 100644
--- a/engines/mads/nebular/mads/quotes.h
+++ b/engines/mads/nebular/mads/quotes.h
@@ -57,8 +57,9 @@ enum {
quote_options_item5b = 33,
quote_options_item6a = 34,
quote_options_item6b = 35,
- quote_options_item7a = 36,
- quote_options_item7b = 37,
+ quote_options_item6c = 36,
+ quote_options_item7a = 37,
+ quote_options_item7b = 38,
quote_save_title = 39,
quote_restore_title = 40,
quote_difficulty_title = 41,
More information about the Scummvm-git-logs
mailing list