diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-23 08:32:49 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-23 08:32:49 +0000 |
commit | 7d509d1b7784dc2f27a823e5ba9e9cecde1946de (patch) | |
tree | f22c7ece665eab847345af7cd6fee7809d2ae32e /games/wesnoth/files | |
parent | 4158deff8e0a5fb1b05e9627772607eca30c618e (diff) | |
download | ports-7d509d1b7784dc2f27a823e5ba9e9cecde1946de.tar.gz ports-7d509d1b7784dc2f27a823e5ba9e9cecde1946de.zip |
Notes
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); |