(svn r13730) -Fix: make a copy of the names for news messages about the deletion of companies as the removal of a company could lead to wrong names in the news messages.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
#include "news_type.h"
|
||||
#include "vehicle_type.h"
|
||||
|
||||
void AddNewsItem(StringID string, NewsSubtype subtype, uint data_a, uint data_b);
|
||||
void AddNewsItem(StringID string, NewsSubtype subtype, uint data_a, uint data_b, void *free_data = NULL);
|
||||
void NewsLoop();
|
||||
void InitNewsItemStructs();
|
||||
|
||||
|
Reference in New Issue
Block a user