summaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
authorGravatar chirs241097@gmail.com <chirs241097@gmail.com@c17bf020-1265-9734-9302-a83f62007ddb> 2014-01-18 02:29:44 +0000
committerGravatar chirs241097@gmail.com <chirs241097@gmail.com@c17bf020-1265-9734-9302-a83f62007ddb> 2014-01-18 02:29:44 +0000
commit8635e927b86a6336d887f19c776579bb3f715b32 (patch)
treebffffd17b62e1d5b7e76e400e76388a70c75aea2 /main.cpp
parentc91847d549cc1c30eb15504a15ea9a6d5aa48165 (diff)
downloadbullet-lab-remix-8635e927b86a6336d887f19c776579bb3f715b32.tar.xz
M trunk/levels.h
M trunk/main.cpp M trunk/towernbullet.h
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/main.cpp b/main.cpp
index c33ed08..89f8046 100644
--- a/main.cpp
+++ b/main.cpp
@@ -693,15 +693,6 @@ int main()
if (_mkdir("./Resources")!=0||_mkdir("./Resources/Music")!=0)
Error("Cannot decompress resources!\nDetailed Information: An error occured while creating folder.\n\nTry restarting the game.");
hge->System_Log("Folders created successfully.");
- /*Expand("./Resources/bg.lz","./Resources/bg.png");
- Expand("./Resources/blnsns.lz","./Resources/blnsns.png");
- Expand("./Resources/charmap.lz","./Resources/charmap.fnt");
- Expand("./Resources/ss.lz","./Resources/ss.png");
- Expand("./Resources/title.lz","./Resources/title.png");
- Expand("./Resources/credits.lz","./Resources/credits.png");
- Expand("./Resources/b_leaves.lz","./Resources/b_leaves.png");
- Expand("./Resources/e_leaf.lz","./Resources/e_leaf.png");
- Expand("./Resources/tap.lz","./Resources/tap.ogg");*/
Expand("BLRData.dtp","Resources");
Expand("BLRMusic.dtp","Resources/Music");
hge->System_Log("Resources decompressed successfully.");