aboutsummaryrefslogtreecommitdiff
path: root/engines/sky
diff options
context:
space:
mode:
authorEugene Sandulenko2006-04-04 22:21:10 +0000
committerEugene Sandulenko2006-04-04 22:21:10 +0000
commit8fa9bd6728a1d739bd53c297b92f962e465fa88e (patch)
treef68a4ec8d5e14a09f42f26b9f588673a9a1ae443 /engines/sky
parentd292c0ec55024ef95833f56300987a19e2ef4e31 (diff)
downloadscummvm-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/sky')
-rw-r--r--engines/sky/logic.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sky/logic.cpp b/engines/sky/logic.cpp
index 5c63c22f85..8ff791966c 100644
--- a/engines/sky/logic.cpp
+++ b/engines/sky/logic.cpp
@@ -1551,7 +1551,7 @@ bool Logic::fnGetTo(uint32 targetPlaceId, uint32 mode, uint32 c) {
}
uint16 *getToTable = (uint16*)_skyCompact->fetchCpt(cpt->getToTableId);
if (!getToTable) {
- warning("Place compact's getToTable is NULL!");
+ warning("Place compact's getToTable is NULL");
return false;
}