diff options
Diffstat (limited to 'engines/sword2/controls.cpp')
-rw-r--r-- | engines/sword2/controls.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sword2/controls.cpp b/engines/sword2/controls.cpp index d37edf3082..6ce447a4cc 100644 --- a/engines/sword2/controls.cpp +++ b/engines/sword2/controls.cpp @@ -618,7 +618,7 @@ public: // The sound mute switches have 0 as their "down" state and 1 as // their "up" state, so this function is needed to get consistent - // behaviour. + // behavior. void reverseStates() { _upState = 1; |