André Guilherme
André Guilherme
> @Wolf3s, @israpps > > Did @israpps agreed on this? If he want, he can finish his PR. yes, that´s why he should finish this one soon.
Tutorial's 10 class `Font` is conflicting with font.hpp. The error can be found here: https://github.com/h4570/tyra/blob/master/tutorials/10-sprite-sheet/inc/font_sprite.hpp
> yeah, I'm going to delete the font of tutorial 10 and change it to the new one I made. this is how it looks now. I will make some...
> wow thx wellinator im subscribed but i was removed due to inactivity but xD i just wanted to support a bit cause idk but i think imma try working...
> Compiling under gcc 13 gives this overflow warning: > > ``` > src/engine/p_user.c: In function ‘P_PlayerThink’: > src/engine/p_user.c:595:28: error: overflow in conversion from ‘int’ to ‘signed char’ changes value...
> The trace above was because I was compiling with `-Werror` (which makes all warnings to be error). Without `-Werror` above message is a warning. Ok.
Nowadays i go carefully about warnings since some of them can be a false alarme to broke the code.
> Author i´ve made a review on your pull request, about `__compar_fn_t`
> In anycase, compiler is telling it will be writing 0 to `cmd->forwardmove` instead of 0xc800 because that member is `signed char`. So this really looks like a code logic...