projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5ac22b
)
- fixed a warning
author
Ryan Flegel
<rflegel@gmail.com>
Thu, 13 May 2004 02:50:13 +0000
(
02:50
+0000)
committer
Ryan Flegel
<rflegel@gmail.com>
Thu, 13 May 2004 02:50:13 +0000
(
02:50
+0000)
SVN-Revision: 1151
src/menu.cpp
patch
|
blob
|
history
diff --git
a/src/menu.cpp
b/src/menu.cpp
index
5b567c5
..
b462e12
100644
(file)
--- a/
src/menu.cpp
+++ b/
src/menu.cpp
@@
-481,7
+481,7
@@
Menu::action()
menuaction = MENU_ACTION_NONE;
- if (active_item >= i
tem.size())
+ if (active_item >= i
nt(item.size()))
active_item = int(item.size()) - 1;
}