Flak Cannon time.
This commit is contained in:
parent
681becd014
commit
f532f74d85
24 changed files with 416 additions and 7 deletions
|
|
@ -115,7 +115,7 @@ Class UTranslator : UnrealInventory
|
|||
String ttxt;
|
||||
if ( bShowHint && (Hint.length() > 0) ) ttxt = String.Format("Hint: %s",Hint);
|
||||
else if ( NewMessage.length() > 0 ) ttxt = NewMessage;
|
||||
else ttxt = "I'd just like to interject for a moment. What you're referring to as Linux, is in fact, GNU/Linux, or as I've recently taken to calling it, GNU plus Linux. Linux is not an operating system unto itself, but rather another free component of a fully functioning GNU system made useful by the GNU corelibs, shell utilities and vital system components comprising a full OS as defined by POSIX.";
|
||||
else ttxt = "No new messages.";
|
||||
BrokenLines lines = tfnt.BreakLines(ttxt,220);
|
||||
int th = tfnt.GetHeight();
|
||||
CurX += 20;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue