Skip to content

Commit

Permalink
* temp mission briefing for skirmish
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Gerhardy committed Oct 26, 2012
1 parent 96342cf commit 7682b5f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions base/ufos/msgid/missionbriefing.ufo
@@ -0,0 +1,3 @@
msgid defaultmissionbriefing {
text "_Good luck commander, make sure to bring your soldiers back alive."
}
1 change: 1 addition & 0 deletions src/client/cgame/skirmish/cl_game_skirmish.cpp
Expand Up @@ -37,6 +37,7 @@ CGAME_HARD_LINKED_FUNCTIONS

static void GAME_SK_StartBattlescape (bool isTeamPlay)
{
cgi->UI_RegisterText(TEXT_MISSIONBRIEFING, "*msgid:defaultmissionbriefing");
cgi->UI_InitStack("skirmish_wait", NULL, true, true);
}

Expand Down

0 comments on commit 7682b5f

Please sign in to comment.