tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
supertux: remove obsolete patch
Pascal Wittmann
10 years ago
66433822
59943d69
-13
1 changed file
expand all
collapse all
unified
split
pkgs
games
super-tux
g++4.patch
-13
pkgs/games/super-tux/g++4.patch
···
1
1
-
diff --git a/src/menu.h b/src/menu.h
2
2
-
index 3c67c45..7c7ab8e 100644
3
3
-
--- a/src/menu.h
4
4
-
+++ b/src/menu.h
5
5
-
@@ -207,7 +207,7 @@ public:
6
6
-
7
7
-
bool isToggled(int id);
8
8
-
9
9
-
- void Menu::get_controlfield_key_into_input(MenuItem *item);
10
10
-
+ void get_controlfield_key_into_input(MenuItem *item);
11
11
-
12
12
-
void draw ();
13
13
-
void draw_item(int index, int menu_width, int menu_height);