mirror of
https://github.com/Ragora/TribesReplay.git
synced 2026-04-25 13:15:03 +00:00
v22002: No patch notes.
This commit is contained in:
parent
adad8c0787
commit
63560d110c
110 changed files with 5518 additions and 2403 deletions
|
|
@ -121,10 +121,6 @@ function startCurrentMission()
|
|||
$teammate1.player.invincible = true;
|
||||
resetWildcat();
|
||||
|
||||
$player.camera = new Camera()
|
||||
{
|
||||
dataBlock = Observer;
|
||||
};
|
||||
}
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
|
|
@ -1002,7 +998,7 @@ function trainingIntroFlightEnd()
|
|||
function ClientCmdSetHudMode(%mode, %type, %node)
|
||||
{
|
||||
parent::ClientCmdSetHudMode(%mode, %type, %node);
|
||||
TrainingMap.push();
|
||||
//TrainingMap.push();
|
||||
getTrainingPacifistMap();
|
||||
if(game.trainingIntro)
|
||||
trainingPacifistMap.push();
|
||||
|
|
@ -1315,6 +1311,13 @@ function serverCmdBuildClientTask(%client, %task, %team)
|
|||
// player shouldnt be able to use the voice commands to do anything
|
||||
}
|
||||
|
||||
function SinglePlayerEscapeDlg::returnToGame( %this )
|
||||
{
|
||||
parent::returnToGame( %this );
|
||||
if(game.trainingIntro)
|
||||
trainingPacifistMap.push();
|
||||
}
|
||||
|
||||
//END TRAINING1 PACKAGE=======================================================================
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue