From 702f40bdde4d20fdbbac2dace33426484456c034 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Fri, 4 Dec 2015 12:47:19 -0500 Subject: entity optimizations --- src/gameplay.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gameplay.cpp') diff --git a/src/gameplay.cpp b/src/gameplay.cpp index eb5ce79..8e7d961 100644 --- a/src/gameplay.cpp +++ b/src/gameplay.cpp @@ -51,7 +51,7 @@ void CUTSCENEEE(Mob *callee){ void CUTSCENEEE2(Mob *callee){ player->vel.x = 0; ui::dialogBox(player->name,":Yeah.", - "What the fuck is this dead end supposed to mean, and why does this place smell like soap?"); + "What the fuck is this dead end supposed to mean, and why this place smell like soap."); ui::waitForDialog(); callee->alive = false; } -- cgit v1.2.3