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:
78afa41
)
(no commit message)
author
Ash Tyndall
<
[email protected]
>
Sat, 8 Oct 2011 06:32:28 +0000
(14:32 +0800)
committer
Ash Tyndall
<
[email protected]
>
Sat, 8 Oct 2011 06:32:28 +0000
(14:32 +0800)
scene.c
patch
|
blob
|
history
diff --git
a/scene.c
b/scene.c
index
6fab50e
..
653c8aa
100644
(file)
--- a/
scene.c
+++ b/
scene.c
@@
-246,7
+246,7
@@
void processLightEvents(int id) {
\r
}
\r
\r
-int makeSubmenuFromArray( const char
*
menuEntries[], void *callback ) {
\r
+int makeSubmenuFromArray( const char menuEntries[], void *callback ) {
\r
int menuEntriesSize = sizeof(menuEntries) / sizeof(menuEntries[0]);
\r
int menuNumber = menuEntriesSize / 10 + 1;
\r
int submenuObjects[menuNumber-1];
\r
UCC
git Repository :: git.ucc.asn.au