From 75dfc00c40c6d811143b3dfaca865e3caa48db68 Mon Sep 17 00:00:00 2001 From: rodri Date: Sun, 1 Aug 2021 15:11:30 +0000 Subject: randomly position the ships, facing each other. --- musw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'musw.c') diff --git a/musw.c b/musw.c index 6b379a9..84bf4b9 100644 --- a/musw.c +++ b/musw.c @@ -124,7 +124,7 @@ drawship(Ship *ship, Image *dst) 0, 0, 1 }, R = { cos(ship->θ), -sin(ship->θ), 0, - sin(ship->θ), cos(ship->θ), 0, + sin(ship->θ), cos(ship->θ), 0, 0, 0, 1 }; -- cgit v1.2.3