Fixed warning
This commit is contained in:
parent
a3e455e14c
commit
efc0276bbf
1 changed files with 1 additions and 1 deletions
|
@ -5402,12 +5402,12 @@ global void InitMenuData(void)
|
|||
*/
|
||||
global void InitMenuFunctions(void)
|
||||
{
|
||||
#ifdef HAVE_EXPANSION
|
||||
Menu *menu;
|
||||
|
||||
//
|
||||
// Autodetect the swamp tileset
|
||||
//
|
||||
#ifdef HAVE_EXPANSION
|
||||
strcpy(ScenSelectFullPath, FreeCraftLibPath);
|
||||
if (ScenSelectFullPath[0]) {
|
||||
strcat(ScenSelectFullPath, "/graphics/tilesets/");
|
||||
|
|
Loading…
Add table
Reference in a new issue