diff options
| -rw-r--r-- | simon/verb.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/simon/verb.cpp b/simon/verb.cpp index 13c0b919cb..21ce1fb591 100644 --- a/simon/verb.cpp +++ b/simon/verb.cpp @@ -121,7 +121,7 @@ void SimonState::focusVerb(uint hitarea_id)  		default: verb_prep_names = english_verb_prep_names; break;  		}  		CHECK_BOUNDS(hitarea_id, verb_prep_names); -		txt = english_verb_prep_names[hitarea_id]; +		txt = verb_prep_names[hitarea_id];  	} else {  		txt = verb_names[hitarea_id];  	} | 
