bullet fix issue where bullet only worked on the left side of the screen

This commit is contained in:
dwsJason 2018-09-01 16:40:29 -04:00
parent 197f2854d0
commit 21e3c2cd54
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
#define E_BULLET_NO 2
#define E_BULLET_ENT ent_ents[E_BULLET_NO]
extern S8 e_bullet_offsx;
extern S16 e_bullet_offsx;
extern S16 e_bullet_xc, e_bullet_yc;
extern void e_bullet_init(U16, U16);

View File

@ -26,7 +26,7 @@ segment "e";
/*
* public vars (for performance reasons)
*/
S8 e_bullet_offsx;
S16 e_bullet_offsx;
S16 e_bullet_xc, e_bullet_yc;
/*