2013-08-28 06:09:52 +02:00
|
|
|
--- src/scramble.c.orig 2013-08-28 03:08:02.758225796 +0400
|
|
|
|
+++ src/scramble.c 2013-08-28 03:08:42.456378896 +0400
|
|
|
|
@@ -534,7 +534,7 @@
|
|
|
|
|
|
|
|
/*****************************************************
|
2005-11-11 16:57:01 +01:00
|
|
|
****************************************************/
|
2013-08-28 06:09:52 +02:00
|
|
|
-int moveLetter(int i)
|
|
|
|
+void moveLetter(int i)
|
2005-11-11 16:57:01 +01:00
|
|
|
{
|
2013-08-28 06:09:52 +02:00
|
|
|
int minx, maxx, miny, maxy, advance;
|
|
|
|
i--;
|
|
|
|
@@ -1141,7 +1141,7 @@
|
2005-11-11 16:57:01 +01:00
|
|
|
|
2013-08-28 06:09:52 +02:00
|
|
|
/*****************************************************
|
2005-11-11 16:57:01 +01:00
|
|
|
****************************************************/
|
2013-08-28 06:09:52 +02:00
|
|
|
-inline void SE_CheckEvents()
|
|
|
|
+void SE_CheckEvents()
|
2005-11-11 16:57:01 +01:00
|
|
|
{
|
2013-08-28 06:09:52 +02:00
|
|
|
|
|
|
|
SDL_Event event;
|