mouse controls on pc version
[gbajam22] / src / gamescr.c
index 7c027dc..bad3bec 100644 (file)
@@ -143,7 +143,9 @@ static void draw(void)
        struct cell *cell;
 
        xgl_load_identity();
-       /*xgl_translate(0, 0, 0x100000);*/
+#ifndef BUILD_GBA
+       xgl_translate(0, 0, view_zoom);
+#endif
        xgl_rotate_x(player.phi);
        xgl_rotate_y(player.theta);
        xgl_translate(player.x, 0, player.y);