diff options
| author | Matthew Hoops | 2010-12-10 20:05:38 +0000 | 
|---|---|---|
| committer | Matthew Hoops | 2010-12-10 20:05:38 +0000 | 
| commit | 9aa7f2e7f0b7519144da22f4e409cffbfece2819 (patch) | |
| tree | f1544fc6ea063aefbab1eda01d0928e3e58cd911 | |
| parent | 107a2a25aacd8ca8c2d8b00564467309d3502f04 (diff) | |
| download | scummvm-rg350-9aa7f2e7f0b7519144da22f4e409cffbfece2819.tar.gz scummvm-rg350-9aa7f2e7f0b7519144da22f4e409cffbfece2819.tar.bz2 scummvm-rg350-9aa7f2e7f0b7519144da22f4e409cffbfece2819.zip  | |
MOHAWK: Fix a typo
svn-id: r54857
| -rw-r--r-- | engines/mohawk/myst_stacks/myst.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mohawk/myst_stacks/myst.cpp b/engines/mohawk/myst_stacks/myst.cpp index 0e51474d69..699851dd29 100644 --- a/engines/mohawk/myst_stacks/myst.cpp +++ b/engines/mohawk/myst_stacks/myst.cpp @@ -668,7 +668,7 @@ void MystScriptParser_Myst::o_bookGivePage(uint16 op, uint16 var, uint16 argc, u  	_vm->_cursor->showCursor();  	if (mask == 32) { -		// Loose +		// You lose!  		if (var == 100)  			globals.currentAge = 9;  		else  | 
