mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-12 07:34:50 +00:00
Pad PSymbolConstNumeric to ensure it's the same size as PSymbolConstString
This commit is contained in:
parent
c7e817dfb9
commit
dbc9fd6c0e
1 changed files with 1 additions and 0 deletions
|
@ -744,6 +744,7 @@ public:
|
|||
{
|
||||
int Value;
|
||||
double Float;
|
||||
void *Pad;
|
||||
};
|
||||
|
||||
PSymbolConstNumeric(FName name, PType *type=NULL) : PSymbolConst(name, type) {}
|
||||
|
|
Loading…
Reference in a new issue