mmaulwurff/target-spy

performance issues with enemies with health 0x7FFFFFFF

Closed this issue · 1 comments

performance issues with enemies with health 0x7FFFFFFF

Cannot reproduce.

Checked stat vm on:

  • GZDoom g4.7.1-m - 2021-10-20 08:18:37 +0200 - SDL version
  • GZDoom g4.8.0-m - 2022-06-06 17:14:47 +0200 - SDL version
class SuperZombie : Zombieman replaces Zombieman
{
  Default
  {
    Health 0x7FFFFFFF;
  }
}