(no commit message)
authorAsh Tyndall <[email protected]>
Sat, 8 Oct 2011 05:58:42 +0000 (13:58 +0800)
committerAsh Tyndall <[email protected]>
Sat, 8 Oct 2011 05:58:42 +0000 (13:58 +0800)
scene.c

diff --git a/scene.c b/scene.c
index 35c458f..80e81ff 100644 (file)
--- a/scene.c
+++ b/scene.c
@@ -276,7 +276,7 @@ void makeMenu() {
     addObjectSubmenu[i] = glutCreateMenu(processObjectEvents);\r
     int startNum = i*11 - (i-1);\r
     for ( int j = startNum - 1; j < (startNum+9); j++ ) {\r
-      if ( !objectMenuEntries[j] ) break; // Detect if we've reached the end of the array\r
+      if ( j == objectMenuEntriesSize - 1 ) break; // Detect if we've reached the end of the array\r
       glutAddMenuEntry( objectMenuEntries[j], j );\r
     }\r
   }\r

UCC git Repository :: git.ucc.asn.au