Codechange: use std::string for the GRF filenames
This commit is contained in:
@@ -105,7 +105,7 @@ struct GRFLabel {
|
||||
|
||||
/** Dynamic data of a loaded NewGRF */
|
||||
struct GRFFile : ZeroedMemoryAllocator {
|
||||
char *filename;
|
||||
std::string filename;
|
||||
uint32 grfid;
|
||||
byte grf_version;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user