We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b94965 commit bf8af38Copy full SHA for bf8af38
2 files changed
src/game/server/NextBot/NextBotLocomotionInterface.cpp
@@ -426,6 +426,10 @@ void ILocomotion::StuckMonitor( void )
426
return;
427
}
428
429
+#ifdef TF_DLL
430
+ // TODO(mcoms): add check for frozen / intermission. it's okay to be stuck then
431
+#endif
432
+
433
// if ( !IsOnGround() )
434
// {
435
// // can't be stuck when in-air
src/game/server/tf/tf_player.cpp
@@ -4035,6 +4035,7 @@ void CTFPlayer::Spawn()
4035
4036
#endif
4037
4038
+ // TODO: don't create this for everyone
4039
// Create our off hand viewmodel if necessary
4040
CreateViewModel( 1 );
4041
// Make sure it has no model set, in case it had one before
0 commit comments