]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sv_phys.c
cleaned up all Con_Printf calls that were missing a \n
[xonotic/darkplaces.git] / sv_phys.c
index 3db1887dec1048920f11fe4fb951db32905196d1..31f1e49125d660ef5ed83d9ea8f8ede2e8032a7a 100644 (file)
--- a/sv_phys.c
+++ b/sv_phys.c
@@ -1390,7 +1390,7 @@ static void SV_Physics_Entity (prvm_edict_t *ent, qboolean runmove)
                        SV_Physics_Toss (ent);
                break;
        default:
-               Con_Printf ("SV_Physics: bad movetype %i", (int)ent->fields.server->movetype);
+               Con_Printf ("SV_Physics: bad movetype %i\n", (int)ent->fields.server->movetype);
                break;
        }
 }
@@ -1472,7 +1472,7 @@ void SV_Physics_ClientEntity (prvm_edict_t *ent)
                }
                break;
        default:
-               Con_Printf ("SV_Physics_ClientEntity: bad movetype %i", (int)ent->fields.server->movetype);
+               Con_Printf ("SV_Physics_ClientEntity: bad movetype %i\n", (int)ent->fields.server->movetype);
                break;
        }