X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=main.c;h=0001c99ca08bc5fe8a3b652d903fbeaa3dd2c399;hp=ba1c8b7bd6421c71f35543fd8da979fa5eedda50;hb=c7e7c5084a55503896d0ced9a5bf2ab079302adf;hpb=ae2d57cc5b1b64621a76aed51ce14f4c555c3bc8 diff --git a/main.c b/main.c index ba1c8b7..0001c99 100644 --- a/main.c +++ b/main.c @@ -763,7 +763,7 @@ gameloop() { reset_rocks(); screendx = SCREENDXMIN; screendy = 0; - ship.x = XSIZE/2.2; ship.y = YSIZE/2; + ship.x = XSIZE/2.2; ship.y = YSIZE/2 - ship.w/2; ship.dx = screendx; ship.dy = screendy; ship.lives = 4; ship.flags = MOVE|DRAW|COLLIDE;