diff options
author | Eugene Sandulenko | 2006-04-04 22:21:10 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2006-04-04 22:21:10 +0000 |
commit | 8fa9bd6728a1d739bd53c297b92f962e465fa88e (patch) | |
tree | f68a4ec8d5e14a09f42f26b9f588673a9a1ae443 /engines/saga | |
parent | d292c0ec55024ef95833f56300987a19e2ef4e31 (diff) | |
download | scummvm-rg350-8fa9bd6728a1d739bd53c297b92f962e465fa88e.tar.gz scummvm-rg350-8fa9bd6728a1d739bd53c297b92f962e465fa88e.tar.bz2 scummvm-rg350-8fa9bd6728a1d739bd53c297b92f962e465fa88e.zip |
Removed extra exclamation marks in warning() calls as well.
svn-id: r21608
Diffstat (limited to 'engines/saga')
-rw-r--r-- | engines/saga/actor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/saga/actor.cpp b/engines/saga/actor.cpp index 761e1af001..4b2f5a5cd9 100644 --- a/engines/saga/actor.cpp +++ b/engines/saga/actor.cpp @@ -1139,7 +1139,7 @@ void Actor::handleSpeech(int msec) { if (_activeSpeech.slowModeCharIndex >= stringLength) error("Wrong string index"); - warning("Slow string encountered!"); + warning("Slow string encountered"); _activeSpeech.playingTime = stringLength * 1000 / 4; } else { |