Boost ending message.


  • staff

    In update.c, around line 103 of the July 31st code that I have
    [code] sprintf(buf, "%s {Dboost has ended.{x", boost_table[i].color_name);[/code] should be [code] sprintf(buf, "%s {Dboost has ended.{x\n\r", boost_table[i].color_name);[/code] So as to add a blank line after the message about the boost ending. Just looks a bit better, and more uniform with other displayed messages in the game.

  • retired

    NP

Log in to reply