mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2025-02-08 17:32:14 +00:00
some basic work with the trains/elevators
This commit is contained in:
parent
934b86730e
commit
f2f94ee636
1 changed files with 5 additions and 0 deletions
|
@ -5,6 +5,9 @@
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
//
|
//
|
||||||
// $Log$
|
// $Log$
|
||||||
|
// Revision 1.38 2002/01/31 02:55:58 blaze
|
||||||
|
// some basic work with the trains/elevators
|
||||||
|
//
|
||||||
// Revision 1.37 2002/01/31 02:25:31 jbravo
|
// Revision 1.37 2002/01/31 02:25:31 jbravo
|
||||||
// Adding limchasecam.
|
// Adding limchasecam.
|
||||||
//
|
//
|
||||||
|
@ -176,6 +179,8 @@ struct gentity_s {
|
||||||
float angle; // set in editor, -1 = up, -2 = down
|
float angle; // set in editor, -1 = up, -2 = down
|
||||||
char *target;
|
char *target;
|
||||||
char *targetname;
|
char *targetname;
|
||||||
|
//Blaze: Holds the target set by a button
|
||||||
|
char *pathtarget;
|
||||||
char *team;
|
char *team;
|
||||||
char *targetShaderName;
|
char *targetShaderName;
|
||||||
char *targetShaderNewName;
|
char *targetShaderNewName;
|
||||||
|
|
Loading…
Reference in a new issue