We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1862c42 + 4721192 commit a8c28aeCopy full SHA for a8c28ae
code/game/g_items.cpp
@@ -1204,7 +1204,7 @@ void FinishSpawningItem( gentity_t *ent ) {
1204
}
1205
else
1206
{
1207
- gi.Printf (S_COLOR_RED"FinishSpawningItem: removing %s startsolid at %s (in a %s)\n", ent->classname, vtos(ent->s.origin) );
+ gi.Printf (S_COLOR_RED"FinishSpawningItem: removing %s startsolid at %s\n", ent->classname, vtos(ent->s.origin) );
1208
1209
assert( 0 && "item starting in solid");
1210
if (!g_entities[ENTITYNUM_WORLD].s.radius){ //not a region
0 commit comments