git.ucc.asn.au
/
atyndall
/
cits2231.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5bdb30f
)
(no commit message)
author
Ash Tyndall
<
[email protected]
>
Sat, 8 Oct 2011 06:38:29 +0000
(14:38 +0800)
committer
Ash Tyndall
<
[email protected]
>
Sat, 8 Oct 2011 06:38:29 +0000
(14:38 +0800)
scene.c
patch
|
blob
|
history
diff --git
a/scene.c
b/scene.c
index
f4467cc
..
a4b70d6
100644
(file)
--- a/
scene.c
+++ b/
scene.c
@@
-247,7
+247,7
@@
void processLightEvents(int id) {
}
\r
\r
int makeSubmenuFromArray( const char *menuEntries[], void *callback ) {
\r
- int menuEntriesSize =
54;//
sizeof(menuEntries) / sizeof(menuEntries[0]);
\r
+ int menuEntriesSize = sizeof(menuEntries) / sizeof(menuEntries[0]);
\r
int menuNumber = menuEntriesSize / 10 + 1;
\r
int submenuObjects[menuNumber-1];
\r
\r
UCC
git Repository :: git.ucc.asn.au