System message in CTF when friendly fire
This commit is contained in:
perle 2024-07-27 09:50:52 +02:00
parent d4b7971c8f
commit cdfd626658
3 changed files with 5 additions and 5 deletions

View file

@ -1128,8 +1128,8 @@ void FireWeapon( gentity_t *ent ) {
trap_Trace( &tr, tr.endpos, mins, maxs, end, entNumber, CONTENTS_PLAYERCLIP | CONTENTS_BODY );
}
if ( count == 10000 ){
// tryout r604
if ( count == 100000 ){
Com_Printf( "Detected long loop in verticle autoaiming\n" );
Com_Printf( "fraction %f, startsolid %i, contents %i, entityNum %i\n", tr.fraction, tr.startsolid, tr.contents, tr.entityNum );
}
@ -1272,8 +1272,8 @@ void FireAltWeapon( gentity_t *ent ) {
trap_Trace( &tr, tr.endpos, mins, maxs, end, entNumber, CONTENTS_PLAYERCLIP | CONTENTS_BODY );
}
if ( count == 10000 ){
// tryout r604
if ( count == 100000 ){
Com_Printf( "Detected long loop in verticle autoaiming\n" );
Com_Printf( "fraction %f, startsolid %i, contents %i, entityNum %i\n", tr.fraction, tr.startsolid, tr.contents, tr.entityNum );
}

View file

@ -70,7 +70,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#define BASETA "missionpack"
#ifndef PRODUCT_VERSION
#define PRODUCT_VERSION "v0.5 r603"
#define PRODUCT_VERSION "v0.5 r605"
#endif

Binary file not shown.