You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i got a compiling error:
===> CC src/monster/boss/boss.c
src/monster/boss/boss.c: In function ‘zboss_reelInGraaple2’:
src/monster/boss/boss.c:757:15: error: expected expression
before ‘{’ token hookoffset = {-5, -24, 34};
i got a compiling error:
===> CC src/monster/boss/boss.c
src/monster/boss/boss.c: In function ‘zboss_reelInGraaple2’:
src/monster/boss/boss.c:757:15: error: expected expression
before ‘{’ token hookoffset = {-5, -24, 34};
i tried this:
line code
748 vec3_t hookoffset = {-5, -24, 34}; // <<== !!!!!!! copied here
749 vec3_t forward, right;
750
...
757 // hookoffset = {-5, -24, 34}; // <<== !!!!!!!
is it right?
The text was updated successfully, but these errors were encountered: