mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-07-28 14:59:14 +01:00
(svn r18032) -Codechange: add one const
This commit is contained in:
parent
88a7e23897
commit
a84921f8f5
@ -212,7 +212,7 @@ void FioOpenFile(int slot, const char *filename)
|
||||
FioSeekToFile(slot, pos);
|
||||
}
|
||||
|
||||
static const char *_subdirs[NUM_SUBDIRS] = {
|
||||
static const char * const _subdirs[NUM_SUBDIRS] = {
|
||||
"",
|
||||
"save" PATHSEP,
|
||||
"save" PATHSEP "autosave" PATHSEP,
|
||||
|
Loading…
Reference in New Issue
Block a user