diff options
Diffstat (limited to 'games/epiar/files')
-rw-r--r-- | games/epiar/files/patch-Source-Utilities-log.cpp | 10 | ||||
-rw-r--r-- | games/epiar/files/patch-Source_Engine_hud.h | 11 |
2 files changed, 0 insertions, 21 deletions
diff --git a/games/epiar/files/patch-Source-Utilities-log.cpp b/games/epiar/files/patch-Source-Utilities-log.cpp deleted file mode 100644 index df6b9fca3c1f..000000000000 --- a/games/epiar/files/patch-Source-Utilities-log.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- Source/Utilities/log.cpp.orig 2012-10-27 08:18:51 UTC -+++ Source/Utilities/log.cpp -@@ -10,6 +10,7 @@ - #include "common.h" - #include "Utilities/log.h" - #include "Engine/hud.h" -+#include <unistd.h> - - /**\class Log - * \brief Main logging facilities for the code base. */ diff --git a/games/epiar/files/patch-Source_Engine_hud.h b/games/epiar/files/patch-Source_Engine_hud.h deleted file mode 100644 index 3b4d55b4eb26..000000000000 --- a/games/epiar/files/patch-Source_Engine_hud.h +++ /dev/null @@ -1,11 +0,0 @@ ---- Source/Engine/hud.h.orig 2012-10-27 08:18:51 UTC -+++ Source/Engine/hud.h -@@ -44,7 +44,7 @@ enum HudMap{ - class AlertMessage { - public: - AlertMessage( string message, Uint32 start ); -- bool operator ==(const AlertMessage& other) {return (start == other.start) && (message == other.message);} -+ bool operator ==(const AlertMessage& other) const {return (start == other.start) && (message == other.message);} - string message; - Uint32 start; - }; |