Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error during compiling the code #13

Closed
normaluser opened this issue May 22, 2020 · 2 comments
Closed

error during compiling the code #13

normaluser opened this issue May 22, 2020 · 2 comments

Comments

@normaluser
Copy link

normaluser commented May 22, 2020

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?

Soldy added a commit to Soldy/zaero that referenced this issue May 30, 2020
Signed-off-by: Soldy <4786022+Soldy@users.noreply.github.com>
@Soldy
Copy link
Contributor

Soldy commented May 30, 2020

yes it is .. i did the same...

Yamagi added a commit that referenced this issue Jun 2, 2020
error during compiling the code #13
@Yamagi
Copy link
Member

Yamagi commented Jun 2, 2020

I've merged the pull request. Thank you :)

@Yamagi Yamagi closed this as completed Jun 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants