Repositories
/
curblaster.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25b649e
)
Drop bosses at new games, also.
author
Gwyn Ciesla
<limburgher@gmail.com>
Wed, 8 Aug 2012 13:14:38 +0000
(08:14 -0500)
committer
Gwyn Ciesla
<limburgher@gmail.com>
Wed, 8 Aug 2012 13:14:38 +0000
(08:14 -0500)
main.cpp
patch
|
blob
|
blame
|
history
diff --git
a/main.cpp
b/main.cpp
index
27444cd
..
85a5412
100644
(file)
--- a/
main.cpp
+++ b/
main.cpp
@@
-1586,6
+1586,10
@@
int main(int argc, char *argv[]){
for(int poweruploop = 0; poweruploop<4; poweruploop++){
powerups[poweruploop].active = 0;
};
+ //Deactivate bosses
+ for(int bossloop = 0; bossloop<6; bossloop++){
+ bosses[bossloop].active = 0;
+ };
};