diff --git a/src/g_save.c b/src/g_save.c index 83134c9..fb9f20f 100644 --- a/src/g_save.c +++ b/src/g_save.c @@ -157,7 +157,8 @@ is loaded. */ void InitGame (void) { - gi.dprintf ("==== InitGame ====\n"); + gi.dprintf ("Game is starting up.\n"); + gi.dprintf ("Game is rogue.\n"); gun_x = gi.cvar ("gun_x", "0", 0); gun_y = gi.cvar ("gun_y", "0", 0); diff --git a/src/g_spawn.c b/src/g_spawn.c index 8edb180..ccd8fb3 100644 --- a/src/g_spawn.c +++ b/src/g_spawn.c @@ -635,7 +635,7 @@ void G_FindTeams (void) G_FixTeams(); - gi.dprintf ("%i teams with %i entities\n", c, c2); + gi.dprintf ("%i teams with %i entities.\n", c, c2); } /* @@ -773,7 +773,7 @@ void SpawnEntities (const char *mapname, char *entities, const char *spawnpoint) ent->s.renderfx |= RF_IR_VISIBLE; //PGM } - gi.dprintf ("%i entities inhibited\n", inhibit); + gi.dprintf ("%i entities inhibited.\n", inhibit); G_FindTeams ();