Searched refs:plxfile (Results 1 – 1 of 1) sorted by relevance
476 char plxfile[PATH_MAX], efffile[PATH_MAX], ngpfile[PATH_MAX]; in player_menu_keycommand() local488 snprintf(plxfile, sizeof(plxfile), PLAYER_DIRECTORY_STRING("%.8s.plx"), items[citem]); in player_menu_keycommand()489 if (PHYSFSX_exists(plxfile,0)) in player_menu_keycommand()490 PHYSFS_delete(plxfile); in player_menu_keycommand()