Fixed login bug that could trap you if the level ends with no pods out.
authorlimb <limb@bc5cbbab-a4ec-0310-bb52-ff3d296db539>
Mon, 18 May 2009 19:10:17 +0000 (19:10 +0000)
committerlimb <limb@bc5cbbab-a4ec-0310-bb52-ff3d296db539>
Mon, 18 May 2009 19:10:17 +0000 (19:10 +0000)
git-svn-id: svn+ssh://svn/var/repos/curfender@791 bc5cbbab-a4ec-0310-bb52-ff3d296db539

main.cpp

index 83d8e8e..0b6c7ea 100644 (file)
--- a/main.cpp
+++ b/main.cpp
@@ -2153,7 +2153,7 @@ int main(){
       crawlercount = 0;
       for(int crawlerloop = 0; crawlerloop<crawlermax; crawlerloop++){ crawlercount = crawlercount + crawlers[crawlerloop].active; };
       if(crazycount<=0&&crawlercount<=0){
-       if(podsin>0&&landercount<=0&&saucer.active==0){
+       if(landercount<=0&&saucer.active==0){
          //Tally bonuses
          //Award lives, if any
          if(lives<4){lives++;};