diff options
Diffstat (limited to 'games/wesnoth/files')
-rw-r--r-- | games/wesnoth/files/patch-src::widgets::menu.cpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/games/wesnoth/files/patch-src::widgets::menu.cpp b/games/wesnoth/files/patch-src::widgets::menu.cpp deleted file mode 100644 index 7e8eddbfad3e..000000000000 --- a/games/wesnoth/files/patch-src::widgets::menu.cpp +++ /dev/null @@ -1,13 +0,0 @@ ---- src/widgets/menu.cpp.orig Thu Jan 29 22:23:06 2004 -+++ src/widgets/menu.cpp Thu Jan 29 22:23:49 2004 -@@ -191,8 +191,8 @@ - x = event.button.x; - y = event.button.y; - } else { -- x = reinterpret_cast<int>(event.user.data1); -- y = reinterpret_cast<int>(event.user.data2); -+ x = (int)event.user.data1; -+ y = (int)event.user.data2; - } - - const int item = hit(x,y); |