diff options
Diffstat (limited to 'apps/plugins/bubbles.c')
| -rw-r--r-- | apps/plugins/bubbles.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/plugins/bubbles.c b/apps/plugins/bubbles.c index 1f1e3ac..9454fd1 100644 --- a/apps/plugins/bubbles.c +++ b/apps/plugins/bubbles.c @@ -2180,7 +2180,6 @@ static bool bubbles_loadgame(struct game_context* bb) { ret = false; } - DEBUGF("highlevel: %d\n", bb->highlevel); rb->close(fd); return ret; } @@ -2204,7 +2203,7 @@ static void bubbles_savegame(struct game_context* bb) { { rb->splash(HZ/2, "Failed to save game"); } - DEBUGF("highlevel: %d\n", bb->highlevel); + rb->close(fd); } |