- scriptified a_spectral.cpp.
- consolidated A_Tracer and A_Tracer2. Note that this commit temporarily disables a few features in order to make it compile.
This commit is contained in:
parent
b171d6e21f
commit
dc9ee0727a
13 changed files with 160 additions and 220 deletions
|
|
@ -498,10 +498,13 @@ void player_t::SetLogText (const char *text)
|
|||
{
|
||||
LogText = text;
|
||||
|
||||
// Print log text to console
|
||||
AddToConsole(-1, TEXTCOLOR_GOLD);
|
||||
AddToConsole(-1, LogText);
|
||||
AddToConsole(-1, "\n");
|
||||
if (mo->CheckLocalView(consoleplayer))
|
||||
{
|
||||
// Print log text to console
|
||||
AddToConsole(-1, TEXTCOLOR_GOLD);
|
||||
AddToConsole(-1, LogText);
|
||||
AddToConsole(-1, "\n");
|
||||
}
|
||||
}
|
||||
|
||||
DEFINE_ACTION_FUNCTION(_PlayerInfo, SetLogText)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue