Home
last modified time | relevance | path

Searched refs:plxfile (Results 1 – 1 of 1) sorted by relevance

/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/similar/main/
H A Dmenu.cpp476 char plxfile[PATH_MAX], efffile[PATH_MAX], ngpfile[PATH_MAX]; in player_menu_keycommand() local
488 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()