Possible spin2cpp glitch
Rayman
Posts: 14,826
Was just trying spin2cpp and it gave a syntax error on this line:
but, it doesn't complain if I do it this way:
DAT fname byte "i"[12],0
but, it doesn't complain if I do it this way:
DAT fname byte 105[12],0
Comments
I had this in Spin:
But, normally nd==0 and so the the repeat isn't executed.
But, Spin2Cpp turns this into a do loop, which always executes at least once:
Eric