c637b4560e
- Remove unneeded patches
20 lines
558 B
C
20 lines
558 B
C
--- 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 @@
|
|
|
|
/*****************************************************
|
|
****************************************************/
|
|
-int moveLetter(int i)
|
|
+void moveLetter(int i)
|
|
{
|
|
int minx, maxx, miny, maxy, advance;
|
|
i--;
|
|
@@ -1141,7 +1141,7 @@
|
|
|
|
/*****************************************************
|
|
****************************************************/
|
|
-inline void SE_CheckEvents()
|
|
+void SE_CheckEvents()
|
|
{
|
|
|
|
SDL_Event event;
|