From 2e5580dc2ccae0891dc7ac10ac31cc11d49dcd4e Mon Sep 17 00:00:00 2001 From: Mathieu Schroeter Date: Sun, 5 Feb 2017 09:15:47 +0100 Subject: [PATCH] Cosmetics --- decor.h | 2 +- pixmap.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/decor.h b/decor.h index 983b6b5..d309ea0 100644 --- a/decor.h +++ b/decor.h @@ -540,4 +540,4 @@ POINT GetCel (POINT cel, int x, int y); bool IsValid (POINT cel); POINT GetVector (int direct); extern int table_multi_goal[]; -extern short table_actions[]; \ No newline at end of file +extern short table_actions[]; diff --git a/pixmap.cpp b/pixmap.cpp index 0b2cd2b..58db4c8 100644 --- a/pixmap.cpp +++ b/pixmap.cpp @@ -1099,4 +1099,4 @@ void CPixmap::ChangeSprite (MouseSprites sprite) SDL_SetCursor (m_lpSDLCursors[sprite - 1]); m_lpCurrentCursor = m_lpSDLCursors[sprite - 1]; -} \ No newline at end of file +}