[Scummvm-git-logs] scummvm master -> fc1f3e052ba0d46d55a8eeb08209306f024f4d27

dreammaster paulfgilbert at gmail.com
Wed Dec 9 03:32:11 UTC 2020


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
fc1f3e052b GLK: COMPREHEND: Added Transylvania copyright message


Commit: fc1f3e052ba0d46d55a8eeb08209306f024f4d27
    https://github.com/scummvm/scummvm/commit/fc1f3e052ba0d46d55a8eeb08209306f024f4d27
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2020-12-08T19:25:31-08:00

Commit Message:
GLK: COMPREHEND: Added Transylvania copyright message

Changed paths:
    engines/glk/comprehend/game_tr.cpp


diff --git a/engines/glk/comprehend/game_tr.cpp b/engines/glk/comprehend/game_tr.cpp
index 28dee3599d..818ca14a69 100644
--- a/engines/glk/comprehend/game_tr.cpp
+++ b/engines/glk/comprehend/game_tr.cpp
@@ -266,6 +266,11 @@ void TransylvaniaGame::beforeGame() {
 	// Draw the title
 	g_comprehend->drawPicture(TITLE_IMAGE);
 
+	// Print game information
+	console_println("Story and graphics by Antonio Antiochia.");
+	console_println("IBM version by Jeffrey A. Jay. Copyright 1987  POLARWARE, Inc.");
+	g_comprehend->readChar();
+
 	// Welcome to Transylvania - sign your name
 	console_println(_strings[0x20].c_str());
 	READ_LINE;




More information about the Scummvm-git-logs mailing list