Changeset 879 for Daodan/src/flatline


Ignore:
Timestamp:
Jun 2, 2013, 6:51:21 PM (11 years ago)
Author:
alloc
Message:

Daodan: Made flatline automatically kill characters on connect and set draw all chars

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Daodan/src/flatline/Flatline.c

    r878 r879  
    588588        memset( PlayerList, 0, 4 * MAX_PLAYERS );
    589589        memset( &MultiplayerStatus, 0, sizeof( multiplayer_status ));
     590        COrCommand_Execute("chr_draw_all_characters = 1;");
     591        AI2rSmite(NULL, UUcFalse);
    590592        return 1;
    591593}
Note: See TracChangeset for help on using the changeset viewer.