Adds a forgotten 'info' response when debug menu is opened.

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@6673 4a71c877-e1ca-e34f-864e-861f7616d084
master
Buginator 2009-02-21 21:37:30 +00:00
parent 6e1d019403
commit 68888ac5a0
1 changed files with 5 additions and 0 deletions

View File

@ -1413,6 +1413,11 @@ void kf_ToggleDemoMode( void )
// --------------------------------------------------------------------------
void kf_ChooseOptions( void )
{
const char* cmsg;
sasprintf((char**)&cmsg, _("(Player %u) is using cheat :%s"),
selectedPlayer, _("Debug menu is Open") );
sendTextMessage(cmsg, true);
intResetScreen(true);
setWidgetsStatus(true);
intAddOptions();