Skip to content

Commit

Permalink
- removed debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
coelckers committed Apr 2, 2023
1 parent e1ea049 commit bae18b3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions wadsrc/static/zscript/games/duke/actors/flamethrowerflame.zs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ class DukeFlamethrowerFlame : DukeActor

override void Tick()
{
Console.Printf("ticky");
let sectp = self.sector;
double xx;
Super.Tick(); // Run CON or its replacement.
Expand Down Expand Up @@ -111,7 +110,6 @@ class DukeFlamethrowerFlame : DukeActor

override bool shootthis(DukeActor actor, DukePlayer p, Vector3 spos, double sang) const
{
Console.Printf("launching");
double vel, zvel = 0;

if (actor.extra >= 0)
Expand Down

0 comments on commit bae18b3

Please sign in to comment.