summaryrefslogtreecommitdiff
path: root/src/graphics_x11.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphics_x11.c')
-rw-r--r--src/graphics_x11.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/graphics_x11.c b/src/graphics_x11.c
index f342089..a1cf145 100644
--- a/src/graphics_x11.c
+++ b/src/graphics_x11.c
@@ -336,6 +336,7 @@ int graphics_init() {
// XSetForeground(x11_global.dpy, gc, whiteColor);
// this was taking a "long" time.
+/*
printf("# generating sky... ");
skypixmap=XCreatePixmap(x11_global.dpy,x11_global.w,SKYW,SKYH,DefaultDepth(x11_global.dpy,DefaultScreen(x11_global.dpy)));
for(i=0;i<SKYH;i++) {
@@ -350,7 +351,7 @@ int graphics_init() {
}
}
printf("done.\n");
-
+*/
gra_global.mapxoff=gra_global.width/2;
gra_global.mapyoff=gra_global.height/2;
gra_global.drawminimap=DEFAULT_MINIMAP;