Skip to content

Commit

Permalink
Move P_UseLines to ROM
Browse files Browse the repository at this point in the history
  • Loading branch information
viciious committed Sep 7, 2023
1 parent 97b3b7a commit e12b4ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p_map.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ typedef struct

static fixed_t P_InterceptVector(divline_t* v2, divline_t* v1) ATTR_DATA_CACHE_ALIGN;
boolean PIT_UseLines(line_t* li, plineuse_t *lu) ATTR_DATA_CACHE_ALIGN;
void P_UseLines(player_t* player) ATTR_DATA_CACHE_ALIGN __attribute__((noinline));
void P_UseLines(player_t* player) __attribute__((noinline));
boolean PIT_RadiusAttack(mobj_t* thing, pradiusattack_t *ra) ATTR_DATA_CACHE_ALIGN;
void P_RadiusAttack(mobj_t* spot, mobj_t* source, int damage) ATTR_DATA_CACHE_ALIGN;
fixed_t P_AimLineAttack(lineattack_t *la, mobj_t* t1, angle_t angle, fixed_t distance) ATTR_DATA_CACHE_ALIGN;
Expand Down

0 comments on commit e12b4ae

Please sign in to comment.