- skriptified the skybox actors.
- fixed code generation for internal pointed arrays, they were missing a pointer dereference.
This commit is contained in:
parent
a9ef73528d
commit
6dc1bb8475
7 changed files with 182 additions and 177 deletions
|
|
@ -1438,7 +1438,7 @@ class FxArrayElement : public FxExpression
|
|||
public:
|
||||
FxExpression *Array;
|
||||
FxExpression *index;
|
||||
unsigned SizeAddr;
|
||||
size_t SizeAddr;
|
||||
bool AddressRequested;
|
||||
bool AddressWritable;
|
||||
bool arrayispointer = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue