Skip to content
Snippets Groups Projects
Commit 59d91e07 authored by Alam Ed Arias's avatar Alam Ed Arias
Browse files

build: r_bsp.c:213:23: warning: inlining failed in call to 'R_DoorClosed':...

build: r_bsp.c:213:23: warning: inlining failed in call to 'R_DoorClosed': call is unlikely and code size would grow [-Winline]
parent b29193aa
No related branches found
No related tags found
No related merge requests found
......@@ -210,7 +210,7 @@ void R_PortalClearClipSegs(INT32 start, INT32 end)
//
// It assumes that Doom has already ruled out a door being closed because
// of front-back closure (e.g. front floor is taller than back ceiling).
static inline INT32 R_DoorClosed(void)
static INT32 R_DoorClosed(void)
{
return
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment