diff rogue4/mach_dep.c @ 13:63b9fd7d70ce

rogue4: add -n option and system savedir
author edwarj4
date Sat, 31 Oct 2009 01:51:52 +0000
parents 9535a08ddc39
children 107a467612fb
line wrap: on
line diff
--- a/rogue4/mach_dep.c	Sat Oct 24 16:52:52 2009 +0000
+++ b/rogue4/mach_dep.c	Sat Oct 31 01:51:52 2009 +0000
@@ -77,7 +77,9 @@
 #else
     fd = -1;
 #endif
-    md_normaluser();
+    if (!use_savedir)
+        md_normaluser();
+    return;
 }
 
 /*