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

« back to all changes in this revision

Viewing changes to src/tron/gArmagetron.cpp

Added ENCODING ladderlog event.

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();