mirror of https://github.com/OpenTTD/OpenTTD
(svn r18032) -Codechange: add one const
parent
88a7e23897
commit
a84921f8f5
|
@ -212,7 +212,7 @@ void FioOpenFile(int slot, const char *filename)
|
||||||
FioSeekToFile(slot, pos);
|
FioSeekToFile(slot, pos);
|
||||||
}
|
}
|
||||||
|
|
||||||
static const char *_subdirs[NUM_SUBDIRS] = {
|
static const char * const _subdirs[NUM_SUBDIRS] = {
|
||||||
"",
|
"",
|
||||||
"save" PATHSEP,
|
"save" PATHSEP,
|
||||||
"save" PATHSEP "autosave" PATHSEP,
|
"save" PATHSEP "autosave" PATHSEP,
|
||||||
|
|
Loading…
Reference in New Issue