summaryrefslogtreecommitdiff
path: root/apps/plugins/bubbles.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/bubbles.c')
-rw-r--r--apps/plugins/bubbles.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/plugins/bubbles.c b/apps/plugins/bubbles.c
index 1f1e3ac905..9454fd14a3 100644
--- a/apps/plugins/bubbles.c
+++ b/apps/plugins/bubbles.c
@@ -2180,7 +2180,6 @@ static bool bubbles_loadgame(struct game_context* bb) {
2180 ret = false; 2180 ret = false;
2181 } 2181 }
2182 2182
2183 DEBUGF("highlevel: %d\n", bb->highlevel);
2184 rb->close(fd); 2183 rb->close(fd);
2185 return ret; 2184 return ret;
2186} 2185}
@@ -2204,7 +2203,7 @@ static void bubbles_savegame(struct game_context* bb) {
2204 { 2203 {
2205 rb->splash(HZ/2, "Failed to save game"); 2204 rb->splash(HZ/2, "Failed to save game");
2206 } 2205 }
2207 DEBUGF("highlevel: %d\n", bb->highlevel); 2206
2208 rb->close(fd); 2207 rb->close(fd);
2209 2208
2210} 2209}