- made AActor::gravity and FMapThing::gravity floats.
This commit is contained in:
parent
7ebb96f15c
commit
1ff4bb419c
18 changed files with 43 additions and 43 deletions
|
|
@ -358,7 +358,7 @@ struct FMapThing
|
|||
int special;
|
||||
int args[5];
|
||||
int Conversation;
|
||||
fixed_t gravity;
|
||||
double Gravity;
|
||||
fixed_t alpha;
|
||||
DWORD fillcolor;
|
||||
DVector2 Scale;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue