aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he/logic_he.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/scumm/he/logic_he.cpp')
-rw-r--r--engines/scumm/he/logic_he.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/he/logic_he.cpp b/engines/scumm/he/logic_he.cpp
index 9efb1c697c..5f3bdd7018 100644
--- a/engines/scumm/he/logic_he.cpp
+++ b/engines/scumm/he/logic_he.cpp
@@ -446,7 +446,7 @@ void LogicHEfunshop::op_1004(int32 *args) {
(int32)data[2], (int32)data[3], (int32)data[6], (int32)data[7], &x, &y);
if (s != 1) {
- error("LogicHEfunshop::op_1004: Your shape has defied the laws of physics\n");
+ error("LogicHEfunshop::op_1004: Your shape has defied the laws of physics");
return;
}