aboutsummaryrefslogtreecommitdiff
path: root/archive/blr1/src/levels.h
diff options
context:
space:
mode:
Diffstat (limited to 'archive/blr1/src/levels.h')
-rw-r--r--archive/blr1/src/levels.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/archive/blr1/src/levels.h b/archive/blr1/src/levels.h
index d706f4a..fba5acc 100644
--- a/archive/blr1/src/levels.h
+++ b/archive/blr1/src/levels.h
@@ -1,3 +1,4 @@
+// -*- C++ -*-
//Chrisoft Bullet Lab Remix HGE
//Level Implementations
//"Copyleft" Chrisoft 2013
@@ -826,7 +827,7 @@ void Level6Part3()
}
}
void Level6Part4()
-{
+{
frameleft=ThirtySeconds;clrtime=3;
if (bulcnt!=0||towcnt!=5&&towcnt!=0)
{
@@ -1877,4 +1878,4 @@ Give yourself an award even if you cannot pass this level.");
IfCallLevel=false;
return;
}
-} \ No newline at end of file
+}