Skip to content

Commit

Permalink
Version 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
blueghost-tbs committed Dec 28, 2022
1 parent 65d1186 commit a875ff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brick.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ static LRESULT CALLBACK WndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM l
games[active_game].game_init();
break;
case IDM_HELP_ABOUT:
MessageBox(NULL, TEXT("Brick Game by Tibor Lajos Füzi\n\nVersion 1.0"), TEXT("Brick Game"), MB_ICONINFORMATION);
MessageBox(NULL, TEXT("Brick Game by Tibor Lajos Füzi\n\nVersion 1.1"), TEXT("Brick Game"), MB_ICONINFORMATION);
break;
case IDM_GAME_TETRIS:
change_game(GAME_TETRIS, hwnd);
Expand Down

0 comments on commit a875ff2

Please sign in to comment.