mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 07:12:16 +00:00
- removed debug code
This commit is contained in:
parent
13e98c301a
commit
8fd08c2acc
1 changed files with 1 additions and 1 deletions
|
@ -2375,7 +2375,7 @@ DEFINE_ACTION_FUNCTION_PARAMS(AActor, A_Log)
|
|||
|
||||
if (text[0] == '$') text = GStrings(text+1);
|
||||
FString formatted = strbin1(text);
|
||||
Printf("%4d: %s\n", gametic, formatted.GetChars());
|
||||
Printf("%s\n", formatted.GetChars());
|
||||
ACTION_SET_RESULT(false); // Prints should never set the result for inventory state chains!
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue