mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-31 01:11:15 +00:00
- exported most of Blood's text to the string table
MP messages with %s yet to do.
This commit is contained in:
parent
0604c72586
commit
5e9b874610
8 changed files with 72 additions and 171 deletions
|
@ -284,9 +284,9 @@ void SetDefaultStrings()
|
|||
|
||||
//Set a few quotes which are used for common handling of a few status messages
|
||||
quoteMgr.InitializeQuote(23, "$MESSAGES: ON");
|
||||
quoteMgr.InitializeQuote(24, "$MESSAGES:OFF");
|
||||
quoteMgr.InitializeQuote(83, "$MAPFOLLOWOFF");
|
||||
quoteMgr.InitializeQuote(84, "$MAPFOLLOWON");
|
||||
quoteMgr.InitializeQuote(24, "$MESSAGES: OFF");
|
||||
quoteMgr.InitializeQuote(83, "$FOLLOW MODE OFF");
|
||||
quoteMgr.InitializeQuote(84, "$FOLLOW MODE ON");
|
||||
quoteMgr.InitializeQuote(85, "$AUTORUNOFF");
|
||||
quoteMgr.InitializeQuote(86, "$AUTORUNON");
|
||||
#if 0 // todo: print a message
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue