- fixed: Dehacked did not copy the defaults for DehackedPickup replacements anymore.
This commit is contained in:
parent
4dd22d74dd
commit
05cc3dde72
2 changed files with 2 additions and 0 deletions
|
|
@ -7913,5 +7913,6 @@ void PrintMiscActorInfo(AActor *query)
|
|||
query->floorz, query->ceilingz);
|
||||
Printf("\nSpeed= %f, velocity= x:%f, y:%f, z:%f, combined:%f.\n",
|
||||
query->Speed, query->Vel.X, query->Vel.Y, query->Vel.Z, query->Vel.Length());
|
||||
Printf("Scale: x:%f, y:%f\n", query->Scale.X, query->Scale.Y);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue