mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 07:12:02 +00:00
- removed test messages.
This commit is contained in:
parent
96df8f6729
commit
cbd61d963f
1 changed files with 0 additions and 3 deletions
|
@ -583,7 +583,6 @@ class SorcBall1 : SorcBall
|
|||
{
|
||||
Super.BeginPlay ();
|
||||
AngleOffset = Heresiarch.BALL1_ANGLEOFFSET;
|
||||
A_Log("Ball1 begins " .. AngleOffset);
|
||||
}
|
||||
|
||||
//============================================================================
|
||||
|
@ -683,7 +682,6 @@ class SorcBall2 : SorcBall
|
|||
{
|
||||
Super.BeginPlay ();
|
||||
AngleOffset = Heresiarch.BALL2_ANGLEOFFSET;
|
||||
A_Log("Ball2 begins " .. AngleOffset);
|
||||
}
|
||||
|
||||
//============================================================================
|
||||
|
@ -733,7 +731,6 @@ class SorcBall3 : SorcBall
|
|||
{
|
||||
Super.BeginPlay ();
|
||||
AngleOffset = Heresiarch.BALL3_ANGLEOFFSET;
|
||||
A_Log("Ball3 begins " .. AngleOffset);
|
||||
}
|
||||
|
||||
//============================================================================
|
||||
|
|
Loading…
Reference in a new issue