- fixed: P_SpawnMapThing always reduced the angular precision to 45 degrees.
- removed AngleIncrements because it's not really useful. SVN r2246 (trunk)
This commit is contained in:
parent
a6a303f438
commit
0529ffa043
5 changed files with 9 additions and 28 deletions
|
|
@ -42,17 +42,11 @@ class ASpark : public AActor
|
|||
{
|
||||
DECLARE_CLASS (ASpark, AActor)
|
||||
public:
|
||||
angle_t AngleIncrements ();
|
||||
void Activate (AActor *activator);
|
||||
};
|
||||
|
||||
IMPLEMENT_CLASS (ASpark)
|
||||
|
||||
angle_t ASpark::AngleIncrements ()
|
||||
{
|
||||
return ANGLE_1;
|
||||
}
|
||||
|
||||
void ASpark::Activate (AActor *activator)
|
||||
{
|
||||
Super::Activate (activator);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue