Skip to content

Commit bf8af38

Browse files
committed
add todos
1 parent 0b94965 commit bf8af38

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

src/game/server/NextBot/NextBotLocomotionInterface.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,10 @@ void ILocomotion::StuckMonitor( void )
426426
return;
427427
}
428428

429+
#ifdef TF_DLL
430+
// TODO(mcoms): add check for frozen / intermission. it's okay to be stuck then
431+
#endif
432+
429433
// if ( !IsOnGround() )
430434
// {
431435
// // can't be stuck when in-air

src/game/server/tf/tf_player.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4035,6 +4035,7 @@ void CTFPlayer::Spawn()
40354035
}
40364036
#endif
40374037

4038+
// TODO: don't create this for everyone
40384039
// Create our off hand viewmodel if necessary
40394040
CreateViewModel( 1 );
40404041
// Make sure it has no model set, in case it had one before

0 commit comments

Comments
 (0)