diff options
Diffstat (limited to 'design.tex')
-rw-r--r-- | design.tex | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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% }% |