Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Games
KBreakOut
Commits
f97feabe
Commit
f97feabe
authored
Mar 28, 2021
by
Shu Shang
Browse files
Fix typo in global.h comment
parent
79dd8991
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/globals.h
View file @
f97feabe
...
...
@@ -59,7 +59,7 @@ const int GAME_WON_SCORE = 10000;
const
int
INITIAL_LIVES
=
2
;
const
int
MAXIMUM_LIVES
=
10
;
// minimum with and height of the game widget (CanvasWidget)
// minimum wi
d
th and height of the game widget (CanvasWidget)
const
int
DEFAULT_WIDTH
=
750
;
const
int
DEFAULT_HEIGHT
=
500
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment