~swag/armagetronad/0.2.9-sty+ct+ap-fork

« back to all changes in this revision

Viewing changes to src/tron/gArmagetron.cpp

Automatic merging of commits that would change history order:
   ------------------------------------------------------------
   revno: 1282.1.2
   committer: Daniel Lee Harple <leeharple@gmail.com>
   branch nick: 0.2.8-armagetronad-work
   timestamp: Mon 2011-07-18 21:46:08 -0400
   message:
     Added ENCODING ladderlog event.
   ------------------------------------------------------------
   revno: 1282.1.1
   committer: Daniel Lee Harple <leeharple@gmail.com>
   branch nick: 0.2.8-armagetronad-work
   timestamp: Wed 2011-07-13 00:49:08 -0400
   message:
     WHITELIST_ENEMIES_USERNAME requires authentication support to be enabled

Show diffs side-by-side

added added

removed removed

Lines of Context:
652
652
        sg_LanguageInit();
653
653
        atexit(tLocale::Clear);
654
654
 
 
655
        static eLadderLogWriter sg_encodingWriter( "ENCODING", true );
 
656
        sg_encodingWriter << "latin1";
 
657
        sg_encodingWriter.write();
 
658
 
655
659
        if ( commandLine.Execute() )
656
660
        {
657
661
            gCycle::PrivateSettings();