1
0
mirror of https://github.com/blupi-games/planetblupi synced 2024-12-30 10:15:36 +01:00

Cosmetics

This commit is contained in:
Mathieu Schroeter 2017-02-05 09:15:47 +01:00
parent deb9afc4a5
commit 2e5580dc2c
2 changed files with 2 additions and 2 deletions

View File

@ -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[];
extern short table_actions[];

View File

@ -1099,4 +1099,4 @@ void CPixmap::ChangeSprite (MouseSprites sprite)
SDL_SetCursor (m_lpSDLCursors[sprite - 1]);
m_lpCurrentCursor = m_lpSDLCursors[sprite - 1];
}
}