aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plot.c b/plot.c
index 25bca51..3cf2c0d 100644
--- a/plot.c
+++ b/plot.c
@@ -56,7 +56,7 @@ plot_init(void)
}
window = SDL_CreateWindow(
- "Some title",
+ "Tetris Clone",
SDL_WINDOWPOS_UNDEFINED,
SDL_WINDOWPOS_UNDEFINED,
WIDTH_PIXELS,