diff options
author | Luke Bratch <l_bratch@yahoo.co.uk> | 2010-11-27 23:00:55 +0000 |
---|---|---|
committer | Luke Bratch <l_bratch@yahoo.co.uk> | 2010-11-27 23:00:55 +0000 |
commit | d6d9743cd32f967efe9e66fa47513d13e315e0b8 (patch) | |
tree | 0d43eb1cb87ee9a1a4f18b877f28785bd60e046d | |
parent | 75098a16e5891973bfe458388ceef33f9dff9423 (diff) |
Level: Insert missing trailing newline
-rw-r--r-- | Level.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -169,4 +169,4 @@ bool Level::checkCollision(SDL_Rect r) { } return false; -}
\ No newline at end of file +} |