- Fixed the PowerTimeFreezer, too. It got easier once I realized that I only

need to be concerned about changing the flag on odd tics, since A_Tracer()
  is called every two tics, not four.


SVN r584 (trunk)
This commit is contained in:
Randy Heit 2007-12-07 05:12:30 +00:00
commit cc9dc13f55
2 changed files with 32 additions and 6 deletions

View file

@ -1,4 +1,7 @@
December 6, 2007
- Fixed the PowerTimeFreezer, too. It got easier once I realized that I only
need to be concerned about changing the flag on odd tics, since A_Tracer()
is called every two tics, not four.
- Fixed: Using the freeze command would make the Revenant missiles switch
their seekingness. The only sane way to deal with this seemed to be to
sync the freeze changes with the timer check in A_Tracer(), so that's what