From 1502a7fa2325763d3b752ea7e2fece706dffe13d Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Mon, 4 Nov 2024 10:06:05 +0100 Subject: fix spaces --- design.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'design.tex') diff --git a/design.tex b/design.tex index e5a7a91..3f91893 100644 --- a/design.tex +++ b/design.tex @@ -994,8 +994,8 @@ public: REGISTER_EVENT_TYPE(PlayerDamagedEvent); - int getDamage() const { return damage; } - int getPlayerID() const { return playerID; } + int getDamage() const { return damage; } + int getPlayerID() const { return playerID; } private: int damage; @@ -1128,7 +1128,7 @@ back if the collided with anything. \pdfpagewidth=\full@class@diag@width% \pdfpageheight=\full@class@diag@height% \AddToShipoutPictureBG*{% - \AtPageUpperLeft{% + \AtPageUpperLeft{% \raisebox{-\full@class@diag@height}{% \usebox\full@class@diag% }% -- cgit v1.2.3