projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a00085c
)
fixed little type error
author
Ingo Ruhnke
<grumbel@gmx.de>
Wed, 24 Mar 2004 14:03:39 +0000
(14:03 +0000)
committer
Ingo Ruhnke
<grumbel@gmx.de>
Wed, 24 Mar 2004 14:03:39 +0000
(14:03 +0000)
SVN-Revision: 331
src/menu.cpp
patch
|
blob
|
history
diff --git
a/src/menu.cpp
b/src/menu.cpp
index
9b9aec6
..
fbc6362
100644
(file)
--- a/
src/menu.cpp
+++ b/
src/menu.cpp
@@
-132,7
+132,7
@@
Menu::Menu()
timer_init(&effect,false);
}
-menu_item_type*
+void
Menu::additem(MenuItemKind kind, char *text, int toggle, Menu* menu)
{
additem(menu_item_create(kind, text, toggle, menu));