aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/staticres.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2013-12-31 16:36:28 -1000
committerPaul Gilbert2013-12-31 16:36:28 -1000
commit86a0d366e4f1234ea2f40c770efb2fffe292c9a9 (patch)
treee88282b2bdadb70bd2c8c7c88037740e523f60bd /engines/voyeur/staticres.cpp
parent5c20b3c331178129f6c9dcacce9b36b0a1133dd8 (diff)
downloadscummvm-rg350-86a0d366e4f1234ea2f40c770efb2fffe292c9a9.tar.gz
scummvm-rg350-86a0d366e4f1234ea2f40c770efb2fffe292c9a9.tar.bz2
scummvm-rg350-86a0d366e4f1234ea2f40c770efb2fffe292c9a9.zip
VOYEUR: Implemented game ending title and credits
Diffstat (limited to 'engines/voyeur/staticres.cpp')
-rw-r--r--engines/voyeur/staticres.cpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/engines/voyeur/staticres.cpp b/engines/voyeur/staticres.cpp
index d0f590eab3..7bba6517fe 100644
--- a/engines/voyeur/staticres.cpp
+++ b/engines/voyeur/staticres.cpp
@@ -126,4 +126,17 @@ int DOT_LINE_LENGTH[9] = {
5, 7, 9, 11, 11, 11, 9, 7, 5
};
+const char *const PIRACY_MESSAGE[] = {
+ "It is illegal to make",
+ "unauthorized copies of",
+ "this software. Duplication",
+ "of this software for any",
+ "reason including sale,",
+ "loan, rental, or gift is a",
+ "crime. Penalties include",
+ "fines of up to $50,000",
+ "and jail terms up to",
+ "5 years."
+};
+
} // End of namespace Voyeur