Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
KBlocks
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Games
KBlocks
Commits
330c77cb
Commit
330c77cb
authored
Mar 28, 2016
by
Julian Helfferich
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'Applications/16.04'
Includes patch to stop playing sounds when game is paused.
parents
f3eb7c74
06831e32
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
KBlocksWin.cpp
KBlocksWin.cpp
+3
-0
No files found.
KBlocksWin.cpp
View file @
330c77cb
...
...
@@ -149,6 +149,9 @@ void KBlocksWin::pauseGame()
mpPlayManager
->
pauseGame
(
m_pauseAction
->
isChecked
());
mpGameScene
->
pauseGame
(
m_pauseAction
->
isChecked
());
mpKBPlayer
->
pauseGame
(
m_pauseAction
->
isChecked
());
mpAIPlayer
->
pauseGame
(
m_pauseAction
->
isChecked
());
Kg
::
difficulty
()
->
setGameRunning
(
!
m_pauseAction
->
isChecked
());
}
...
...
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