~stormdragon2976/fishin_time

d64044b7f3f38dc824b297bdc9a843d32b7022b6 — Storm Dragon 2 years ago d757497 master
Fixed a typo in the exit call.
1 files changed, 1 insertions(+), 1 deletions(-)

M fishin_time.py
M fishin_time.py => fishin_time.py +1 -1
@@ 155,7 155,7 @@ def game_keys(key, modifier, sns, linePlayer, window):
        sound_volume(sns, -0.2)
    # Stop on escape
    if key == pyglet.window.key.ESCAPE:
        pyg.et.app.exit()
        pyglet.app.exit()
    if key == pyglet.window.key.I:
        if sns.catchCount == 0:
            message = "You ain't caught nothin'!"