mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2024-11-11 07:42:15 +00:00
removed ladder stuff
This commit is contained in:
parent
b2c2b44f7a
commit
5c84200d0d
1 changed files with 4 additions and 1 deletions
|
@ -5,6 +5,9 @@
|
|||
//-----------------------------------------------------------------------------
|
||||
//
|
||||
// $Log$
|
||||
// Revision 1.8 2002/06/29 02:51:16 niceass
|
||||
// removed ladder stuff
|
||||
//
|
||||
// Revision 1.7 2002/06/16 20:06:14 jbravo
|
||||
// Reindented all the source files with "indent -kr -ut -i8 -l120 -lc120 -sob -bad -bap"
|
||||
//
|
||||
|
@ -44,7 +47,7 @@ typedef struct {
|
|||
qboolean groundPlane;
|
||||
trace_t groundTrace;
|
||||
qboolean ladder; // We'll use this to tell when the player is on a ladder (c3a tut)
|
||||
qboolean previous_ladder; // Elder: need this to see if player was on ladder
|
||||
//qboolean previous_ladder; // Elder: need this to see if player was on ladder
|
||||
qboolean opendoor;
|
||||
|
||||
float impactSpeed;
|
||||
|
|
Loading…
Reference in a new issue