diff options
Diffstat (limited to 'games-rpg/freedroidrpg/files/freedroidrpg-0.13-syslibs.patch')
-rw-r--r-- | games-rpg/freedroidrpg/files/freedroidrpg-0.13-syslibs.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/games-rpg/freedroidrpg/files/freedroidrpg-0.13-syslibs.patch b/games-rpg/freedroidrpg/files/freedroidrpg-0.13-syslibs.patch index 0e0209d78d6e..3064d0a68e5a 100644 --- a/games-rpg/freedroidrpg/files/freedroidrpg-0.13-syslibs.patch +++ b/games-rpg/freedroidrpg/files/freedroidrpg-0.13-syslibs.patch @@ -68,27 +68,6 @@ diff -ru freedroidrpg-0.13.orig/src/lua.c freedroidrpg-0.13/src/lua.c /* Our Lua state for event execution */ lua_State *global_lua_state; -diff -ru freedroidrpg-0.13.orig/src/struct.h freedroidrpg-0.13/src/struct.h ---- freedroidrpg-0.13.orig/src/struct.h 2010-01-21 07:31:29.000000000 -0500 -+++ freedroidrpg-0.13/src/struct.h 2010-01-25 11:35:34.764604580 -0500 -@@ -30,16 +30,7 @@ - #include "system.h" - #include "defs.h" - --typedef struct tColorRGBA { -- Uint8 r; -- Uint8 g; -- Uint8 b; -- Uint8 a; --} tColorRGBA, myColor; -- --typedef struct tColorY { -- Uint8 y; --} tColorY; -+typedef tColorRGBA myColor; - - /** - * Simple doubly linked list implementation. diff -ru freedroidrpg-0.13.orig/src/system.h freedroidrpg-0.13/src/system.h --- freedroidrpg-0.13.orig/src/system.h 2010-01-21 07:31:29.000000000 -0500 +++ freedroidrpg-0.13/src/system.h 2010-01-25 11:35:53.944486530 -0500 |