~luke-jr/tr2norigins/tr2norigins-0.4

« back to all changes in this revision

Viewing changes to src/tron/gGame.cpp

  • Committer: Luke Dashjr
  • Date: 2010-04-20 23:31:14 UTC
  • mfrom: (690.1.6 compile)
  • Revision ID: luke+bzr@dashjr.org-20100420233114-w7ahi17o9er1tygd
MERGE: New look and textures,

Show diffs side-by-side

added added

removed removed

Lines of Context:
5034
5034
    se_ChatState( ePlayerNetID::ChatFlags_Menu, true );
5035
5035
 
5036
5036
    // show message
 
5037
    menuBackground=2;
5037
5038
    uMenu::Message( title, message, timeout );
5038
 
 
 
5039
    menuBackground=0;
5039
5040
    // and print it to the console
5040
5041
#ifndef DEDICATED    
5041
5042
    con <<  title << "\n" << message << "\n";