- skriptified the skybox actors.

- fixed code generation for internal pointed arrays, they were missing a pointer dereference.
This commit is contained in:
Christoph Oelckers 2017-01-14 18:04:49 +01:00
commit 6dc1bb8475
7 changed files with 182 additions and 177 deletions

View file

@ -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;