diff options
Diffstat (limited to 'jet2.cpp')
-rw-r--r-- | jet2.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -87,6 +87,8 @@ int main(int argc, char *argv[]) { if (cursor_y < window_height - 1) { cursor_x = 0; cursor_y++; + } else { + break; } } else { cursor_x++; |