summaryrefslogtreecommitdiff
path: root/levels.h
diff options
context:
space:
mode:
authorGravatar chirs241097@gmail.com <chirs241097@gmail.com@c17bf020-1265-9734-9302-a83f62007ddb> 2014-03-07 04:01:56 +0000
committerGravatar chirs241097@gmail.com <chirs241097@gmail.com@c17bf020-1265-9734-9302-a83f62007ddb> 2014-03-07 04:01:56 +0000
commit3c7ced2cf99a2874e4d761e6859dbc285bbed5ac (patch)
tree31d746e387f509c6fd83c4a1a0eea70c1fb783c0 /levels.h
parent34743b2b02f912f92a9a17b310979aab95293532 (diff)
downloadbullet-lab-remix-3c7ced2cf99a2874e4d761e6859dbc285bbed5ac.tar.xz
Fix compile errors in Windows and another memory leak, which won't be found under Linux. Done testing Windows version.
Diffstat (limited to 'levels.h')
-rw-r--r--levels.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/levels.h b/levels.h
index 415fb29..9e249be 100644
--- a/levels.h
+++ b/levels.h
@@ -1782,7 +1782,7 @@ void Level6Part17()
}
}
//begin hexagon
-Bullet bheader[100],*beewx[500];
+Bullet bheader[100],*beewx[800];
static int sxcnt,seq,beecnt;
bool brdir;
double offset;