Skip to content

Commit a8c28ae

Browse files
authored
Merge pull request #1253 from SomaZ/Fix-spawn-item-error-va-eval
Fix spawn item error va eval
2 parents 1862c42 + 4721192 commit a8c28ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/game/g_items.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1204,7 +1204,7 @@ void FinishSpawningItem( gentity_t *ent ) {
12041204
}
12051205
else
12061206
{
1207-
gi.Printf (S_COLOR_RED"FinishSpawningItem: removing %s startsolid at %s (in a %s)\n", ent->classname, vtos(ent->s.origin) );
1207+
gi.Printf (S_COLOR_RED"FinishSpawningItem: removing %s startsolid at %s\n", ent->classname, vtos(ent->s.origin) );
12081208
}
12091209
assert( 0 && "item starting in solid");
12101210
if (!g_entities[ENTITYNUM_WORLD].s.radius){ //not a region

0 commit comments

Comments
 (0)