OSDN Git Service

VM プリプロセッサを除去。 / Remove VM preprocessor.
[hengbandforosx/hengbandosx.git] / src / files.c
index 10c2a34..b40d81f 100644 (file)
@@ -5918,11 +5918,6 @@ void process_player_name(bool sf)
                (void)sprintf(temp, "%s", player_base);
 #endif
 
-#ifdef VM
-               /* Hack -- support "flat directory" usage on VM/ESA */
-               (void)sprintf(temp, "%s.sv", player_base);
-#endif /* VM */
-
                /* Build the filename */
                path_build(savefile, sizeof(savefile), ANGBAND_DIR_SAVE, temp);
        }