Skip to content

Commit 5d444f5

Browse files
committed
time for release
1 parent fd36574 commit 5d444f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Client/ClientSetup.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class ClientUtils
6464
level->modules.push_back(new Module("Force Platformer", "force-plat", "Force Platformer mode on all levels."));
6565
level->modules.push_back(new Module("Level Edit", "level-edit", "Allows you to edit any level"));
6666

67-
level->modules.push_back(new Module("No Mirror Portal", "no-reverse", "Disables reverse portals, only use if your a pussy <cl>jk</c>"));
67+
level->modules.push_back(new Module("No Mirror Portal", "no-reverse", "Disables mirror portals, only use if your a pussy <cl>jk</c>"));
6868
level->modules.push_back(new Module("Instant Restart", "instant-restart", "Restarts the level instantly upon death"));
6969

7070
level->modules.push_back(new Module("Show Hitboxes", "show-hitboxes", "Shows object hitboxes"));

src/Client/Window.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1569,7 +1569,7 @@ class _Replay : public Window
15691569

15701570
auto manager = CCMenuItemSpriteExtra::create(CCSprite::createWithSpriteFrameName("folderIcon_001.png"), menu, menu_selector(_Replay::onManage));
15711571

1572-
menu->addChild(lbl);
1572+
//menu->addChild(lbl);
15731573
menu->addChild(menuRow);
15741574
menu->addChildAtPosition(btnRec, Anchor::Center, ccp(-70, 0));
15751575
menu->addChildAtPosition(btnPlay, Anchor::Center, ccp(70, 0));

0 commit comments

Comments
 (0)