MantisBT - Zandronum
View Issue Details
0003218Zandronum[All Projects] Bugpublic2017-08-06 19:392017-08-06 20:01
Filystea 
 
highmajoralways
closedno change required 
huehuehue
3.0-beta 
 
0003218: DONTTHRUST flag not working.
Well it just does not work, I run the game and decorate error says hello.
Actor BurningBarrelS2 {

  Radius 16
  Height 32
  Mass 99999
  
  +SOLID
  +SHOOTABLE
  +PUFFONACTORS
  +NOBLOOD
// +DONTTHRUST comment thid out and we have an error.
// Why? I want the object to show puffs but not move
// at the moment the only way is set mass 99999
  
  States {

    Spawn:
    Death:
     BBS1 ABCDEFGHIJKLM 3
     Loop

  }
  
}
Nixos/Linux
No tags attached.
Issue History
2017-08-06 19:39FilysteaNew Issue
2017-08-06 20:01DuskNote Added: 0018146
2017-08-06 20:01DuskStatusnew => closed
2017-08-06 20:01DuskResolutionopen => no change required

Notes
(0018146)
Dusk   
2017-08-06 20:01   
This is not a bug. DONTTHRUST is not in Zandronum yet.