- Fixed: Powerup.Color's handler contained an unnecessary 'else' which resulted
in opaque powerup blends. SVN r1252 (trunk)
This commit is contained in:
parent
1cf770271c
commit
d9ab611db2
8 changed files with 281 additions and 41 deletions
|
|
@ -951,6 +951,17 @@ FString FScanner::TokenName (int token, const char *string)
|
|||
//
|
||||
//==========================================================================
|
||||
|
||||
int FScanner::GetMessageLine()
|
||||
{
|
||||
return AlreadyGot? AlreadyGotLine : Line;
|
||||
}
|
||||
|
||||
//==========================================================================
|
||||
//
|
||||
// FScanner::ScriptError
|
||||
//
|
||||
//==========================================================================
|
||||
|
||||
void STACK_ARGS FScanner::ScriptError (const char *message, ...)
|
||||
{
|
||||
FString composed;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue