Skip to content

Commit 0e5bcf5

Browse files
committed
prepare release
1 parent 1fb8a90 commit 0e5bcf5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#include <math.h>
99
#include "objects.h"
1010

11-
#define DEBUGTIME
11+
//#define DEBUGTIME
1212
void help()
1313
{
1414

@@ -45,10 +45,10 @@ void start()
4545
if (ppl7::File::exists("Makefile")) {
4646
//game.playIntroVideo();
4747

48-
//game.startLevel("level/waynet.lvl");
48+
game.startLevel("level/waynet.lvl");
4949
//game.startLevel("level/sound.lvl");
5050
//game.startLevel("level/desert.lvl");
51-
game.startLevel("level/heaven.lvl");
51+
//game.startLevel("level/heaven.lvl");
5252
//game.startLevel("level/water.lvl");
5353
//game.startLevel("level/devel.lvl");
5454
//game.startLevel("level/test.lvl");

0 commit comments

Comments
 (0)