mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2024-11-10 23:32:06 +00:00
Removed a debug message
This commit is contained in:
parent
08300b61ad
commit
fc35aa5c48
1 changed files with 4 additions and 1 deletions
|
@ -5,6 +5,9 @@
|
|||
//-----------------------------------------------------------------------------
|
||||
//
|
||||
// $Log$
|
||||
// Revision 1.57 2003/04/01 11:06:47 jbravo
|
||||
// Removed a debug message
|
||||
//
|
||||
// Revision 1.56 2003/03/28 22:26:23 makro
|
||||
// no message
|
||||
//
|
||||
|
@ -2079,7 +2082,7 @@ void Reached_Train(gentity_t * ent)
|
|||
// start it going
|
||||
SetMoverState(ent, MOVER_1TO2, level.time);
|
||||
//debug!!!
|
||||
G_Printf("^4Got past SetMoverState\n\n");
|
||||
//G_Printf("^4Got past SetMoverState\n\n");
|
||||
|
||||
// if there is a "wait" value on the target, don't start moving yet
|
||||
if (next->wait) {
|
||||
|
|
Loading…
Reference in a new issue