--- main.c	Wed Apr  3 22:21:10 1996
+++ main.c	Wed Apr  3 22:19:29 1996
@@ -369,9 +369,12 @@
     /* Process the player name */
     process_player_name(TRUE);
 
-    /* Drop privs (so X11 will work correctly) */
+    /* Drop privs (so X11 will work correctly), unless we are running the */
+    /* Linux-SVGALib graphics version. */
   
+#ifndef USE_LSL
   safe_setuid_drop();
+#endif
 
 #ifdef USE_XAW
     /* Attempt to use the "main-xaw.c" support */
@@ -489,3 +492,6 @@
 }
 
 #endif
+
+
+
