preparing for release

This commit is contained in:
Sebastian Krzyszkowiak 2012-07-09 21:47:18 +02:00
parent 576daa5559
commit aba469c174

View file

@ -28,7 +28,7 @@ void Map_Draw(struct Game *game) {
float x,y;
switch (game->map.selected) {
case 1:
x=0.2;
x=0.175;
y=0.25;
break;
case 2: