mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-31 09:20:59 +00:00
- backend cleanup from GZDoom.
This commit is contained in:
parent
d7da983c5e
commit
b1e2b2addf
8 changed files with 41 additions and 11 deletions
|
@ -560,11 +560,10 @@ public:
|
|||
class FxVectorValue : public FxExpression
|
||||
{
|
||||
constexpr static int maxVectorDimensions = 4;
|
||||
|
||||
FxExpression *xyzw[maxVectorDimensions];
|
||||
bool isConst; // gets set to true if all element are const (used by function defaults parser)
|
||||
|
||||
public:
|
||||
FxExpression *xyzw[maxVectorDimensions];
|
||||
|
||||
friend class ZCCCompiler;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue