Boost ending message.
-
In update.c, around line 103 of the July 31st code that I have
should be[code]sprintf(buf, "%s {Dboost has ended.{x", 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.[code]sprintf(buf, "%s {Dboost has ended.{x\n\r", boost_table[i].color_name);[/code]
-
NP