Code: Select all
/home/edward-san/zdoom/trunk/src/thingdef/thingdef_codeptr.cpp:2661:32: error:
no member named 'x' in 'AActor'
P_SpawnParticle(xoff + self->x, yoff + self->y, zoff + s...
~~~~ ^
/home/edward-san/zdoom/trunk/src/thingdef/thingdef_codeptr.cpp:2661:48: error:
no member named 'y' in 'AActor'
P_SpawnParticle(xoff + self->x, yoff + self->y, zoff + s...
~~~~ ^
/home/edward-san/zdoom/trunk/src/thingdef/thingdef_codeptr.cpp:2661:64: error:
no member named 'z' in 'AActor'
...P_SpawnParticle(xoff + self->x, yoff + self->y, zoff + self->z, xvel, yv...
~~~~ ^
3 errors generated.