Skip to content
This repository was archived by the owner on Jun 21, 2024. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion code/game/bg_pmove.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
#include <float.h>
#include "../game/npc_headers.h"

using namespace std;

extern qboolean G_DoDismemberment( gentity_t *self, vec3_t point, int mod, int damage, int hitLoc, qboolean force = qfalse );
extern qboolean G_EntIsUnlockedDoor( int entityNum );
extern qboolean G_EntIsDoor( int entityNum );
Expand Down Expand Up @@ -9050,4 +9052,4 @@ void Pmove( pmove_t *pmove )
{//half grav
pm->ps->gravity *= 2;
}
}
}