Fixed compilation errors

This commit is contained in:
OM 2023-05-21 20:07:28 +02:00
parent ab2a26a14e
commit 648dc395e7
3 changed files with 3 additions and 3 deletions

View file

@ -79,7 +79,7 @@ static void CG_MakeBulletTracerInternal(vec3_t i_vBarrel, vec3_t i_vStart, vec3_
// FIXME: unimplemented
}
static void CG_MakeBulletTracer(vec3_t i_vBarrel, vec3_t i_vStart, vec3_t* i_vEnd, int i_iNumBullets, qboolean iLarge, int iTracerVisible, qboolean bIgnoreEntities, float alpha) {
static void CG_MakeBulletTracer(vec3_t i_vBarrel, vec3_t i_vStart, vec3_t* i_vEnd, int i_iNumBullets, qboolean iLarge, int iTracerVisible, qboolean bIgnoreEntities, float alpha = 1.0f) {
bullet_tracer_t* bullet_tracer;
int i;

View file

@ -686,7 +686,7 @@ enum vmAnim_e {
VM_ANIM_RELOAD_END,
VM_ANIM_PULLOUT,
VM_ANIM_PUTAWAY,
VM_ANIM_LADDERSTEP
VM_ANIM_LADDERSTEP,
VM_ANIM_IDLE_0,
VM_ANIM_IDLE_1,
VM_ANIM_IDLE_2,

View file

@ -36,7 +36,7 @@ extern "C" {
//
// These values are the only one that must be set for the version
#define PRODUCT_VERSION_MAJOR 0
#define PRODUCT_VERSION_MINOR 52
#define PRODUCT_VERSION_MINOR 53
#define PRODUCT_VERSION_PATCH 0
#define PRODUCT_VERSION_STAGE "alpha"