diff options
author | Thierry Crozat | 2017-11-07 23:53:55 +0000 |
---|---|---|
committer | Thierry Crozat | 2018-01-23 02:15:39 +0000 |
commit | 1566b6cadc2dab70b14724494448b030a0f4f6e0 (patch) | |
tree | a59a153ad35521c53d1aa6f233be44d8ce53431f /devtools | |
parent | 965b4ca3ded768c7f6f343f134fddbb0f8b19857 (diff) | |
download | scummvm-rg350-1566b6cadc2dab70b14724494448b030a0f4f6e0.tar.gz scummvm-rg350-1566b6cadc2dab70b14724494448b030a0f4f6e0.tar.bz2 scummvm-rg350-1566b6cadc2dab70b14724494448b030a0f4f6e0.zip |
SUPERNOVA: Add string for text speed dialog
Diffstat (limited to 'devtools')
-rw-r--r-- | devtools/create_supernova/gametext.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devtools/create_supernova/gametext.h b/devtools/create_supernova/gametext.h index e3e3c120ac..b5d11e8147 100644 --- a/devtools/create_supernova/gametext.h +++ b/devtools/create_supernova/gametext.h @@ -786,6 +786,7 @@ const char *gameText[] = { "Und jetzt raus mit Ihnen!", // kStringSupernova7 "Zehn Minuten sp\204ter ...", // kStringSupernova8 //625 + "Textgeschwindigkeit:", // kStringTextSpeed NULL }; |