From 86a0d366e4f1234ea2f40c770efb2fffe292c9a9 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Tue, 31 Dec 2013 16:36:28 -1000 Subject: VOYEUR: Implemented game ending title and credits --- engines/voyeur/staticres.cpp | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'engines/voyeur/staticres.cpp') 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 -- cgit v1.2.3