aboutsummaryrefslogtreecommitdiff
path: root/engines/groovie/script.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/groovie/script.cpp')
-rw-r--r--engines/groovie/script.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/groovie/script.cpp b/engines/groovie/script.cpp
index fe322c6470..df627e841c 100644
--- a/engines/groovie/script.cpp
+++ b/engines/groovie/script.cpp
@@ -1513,7 +1513,7 @@ void Script::o_hotspot_outrect() {
bool contained = rect.contains(mousepos);
if (!contained) {
- error("hotspot-outrect unimplemented!");
+ error("hotspot-outrect unimplemented");
// TODO: what to do with address?
}
}