mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2025-02-17 09:34:02 +00:00
woops, forgot one change in the breakable code
This commit is contained in:
parent
fed270d963
commit
3b9bb605fe
1 changed files with 4 additions and 1 deletions
|
@ -5,6 +5,9 @@
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
//
|
//
|
||||||
// $Log$
|
// $Log$
|
||||||
|
// Revision 1.27 2002/04/03 04:41:33 blaze
|
||||||
|
// woops, forgot one change in the breakable code
|
||||||
|
//
|
||||||
// Revision 1.26 2002/04/03 03:13:16 blaze
|
// Revision 1.26 2002/04/03 03:13:16 blaze
|
||||||
// NEW BREAKABLE CODE - will break all old breakables(wont appear in maps)
|
// NEW BREAKABLE CODE - will break all old breakables(wont appear in maps)
|
||||||
//
|
//
|
||||||
|
@ -565,7 +568,7 @@ void SP_func_breakable( gentity_t *ent ) {
|
||||||
G_FreeEntity( ent );
|
G_FreeEntity( ent );
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (G_SpawnString( "name", "", &name) )
|
if (G_SpawnString( "type", "", &name) )
|
||||||
{
|
{
|
||||||
Q_strncpyz(rq3_breakables[id],name,80);
|
Q_strncpyz(rq3_breakables[id],name,80);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue