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

criezy criezy at scummvm.org
Sat Feb 24 00:52:08 CET 2018


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:
b5df2f8ec7 SUPERNOVA: Add strings for quit game prompt


Commit: b5df2f8ec7c65fb427f903269c1b7a3f8e0eaba7
    https://github.com/scummvm/scummvm/commit/b5df2f8ec7c65fb427f903269c1b7a3f8e0eaba7
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2018-02-23T23:51:39Z

Commit Message:
SUPERNOVA: Add strings for quit game prompt

Changed paths:
    devtools/create_supernova/gametext.h
    engines/supernova/msn_def.h


diff --git a/devtools/create_supernova/gametext.h b/devtools/create_supernova/gametext.h
index 398e210..e8d45a5 100644
--- a/devtools/create_supernova/gametext.h
+++ b/devtools/create_supernova/gametext.h
@@ -815,6 +815,10 @@ const char *gameText[] = {
 	"Hmm, keine Antwort.", // kStringTelomat20
 	"Passwort:", // kStringTelomat21
 	"Deine Armbanduhr piepst,|die Alarmzeit ist erreicht.", // kStringAlarm
+	// 650
+	"Spiel abbrechen?", // kStringLeaveGame
+	"Ja", // kStringYes
+	"Nein", // kStringNo
 	NULL
 };
 
diff --git a/engines/supernova/msn_def.h b/engines/supernova/msn_def.h
index ad28cd5..c2086cd 100644
--- a/engines/supernova/msn_def.h
+++ b/engines/supernova/msn_def.h
@@ -550,6 +550,8 @@ enum StringID {
 	kStringTelomat8, kStringTelomat9, kStringTelomat10, kStringTelomat11, kStringTelomat12,
 	kStringTelomat13, kStringTelomat14, kStringTelomat15, kStringTelomat16, kStringTelomat17,
 	kStringTelomat18, kStringTelomat19, kStringTelomat20, kStringTelomat21, kStringAlarm,
+	// 650
+	kStringLeaveGame, kStringYes, kStringNo,
 
 	// Add two placeholder strings at the end for variable text
 	kStringPlaceholder1, kStringPlaceholder2,





More information about the Scummvm-git-logs mailing list