diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2015-12-04 12:47:19 -0500 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2015-12-04 12:47:19 -0500 |
commit | 702f40bdde4d20fdbbac2dace33426484456c034 (patch) | |
tree | ec39015243d743a75f29374c320f1b98de4a56a4 /src/gameplay.cpp | |
parent | 58ed33ed617396b4b4780d5b419392ae65d20e08 (diff) |
entity optimizations
Diffstat (limited to 'src/gameplay.cpp')
-rw-r--r-- | src/gameplay.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |