mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-02 23:26:44 +00:00
Fix "Transitions" typo
svn-id: r48570
This commit is contained in:
parent
fd0e3de00b
commit
48a9e64338
@ -78,7 +78,7 @@ enum {
|
||||
|
||||
MystOptionsDialog::MystOptionsDialog(MohawkEngine_Myst* vm) : GUI::OptionsDialog("", 120, 120, 360, 200), _vm(vm) {
|
||||
_zipModeCheckbox = new GUI::CheckboxWidget(this, 15, 10, 300, 15, "Zip Mode Activated", kZipCmd, 'Z');
|
||||
_transistionsCheckbox = new GUI::CheckboxWidget(this, 15, 30, 300, 15, "Transistions Enabled", kTransCmd, 'T');
|
||||
_transistionsCheckbox = new GUI::CheckboxWidget(this, 15, 30, 300, 15, "Transitions Enabled", kTransCmd, 'T');
|
||||
|
||||
new GUI::ButtonWidget(this, 95, 160, 120, 25, "OK", GUI::kOKCmd, 'O');
|
||||
new GUI::ButtonWidget(this, 225, 160, 120, 25, "Cancel", GUI::kCloseCmd, 'C');
|
||||
|
@ -495,7 +495,7 @@ static const char *game_globals_names[] = {
|
||||
"Current Age / Stack",
|
||||
"Page Being Held",
|
||||
"Unknown - Fixed at 1",
|
||||
"Slide Transistions",
|
||||
"Slide Transitions",
|
||||
"Zip Mode",
|
||||
"Red Pages in Book",
|
||||
"Blue Pages in Book"
|
||||
|
@ -45,7 +45,7 @@ struct MystVariables {
|
||||
1 = Current Age / Stack
|
||||
2 = Page Being Held
|
||||
3 = Unknown - Fixed at 1
|
||||
4 = Slide Transistions
|
||||
4 = Slide Transitions
|
||||
5 = Zip Mode
|
||||
6 = Red Pages in Book
|
||||
7 = Blue Pages in Book
|
||||
|
Loading…
Reference in New Issue
Block a user