[1313] - posted: 2012-12-28 22:34:23
have an other error
when call a function that has default parameter ziron gives error.
for example Code:
procedure RenderWorld = ('_RenderWorld@4')(single timeSinceLastFrame=0.0); stdcall;
calling it like this is okay
RenderWorld(0.0);
but calling like this give error
RenderWorld();
here is the error
“
[97,23]: Unknown float type in [testprg.zir]
Code:
RenderWorld();