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
Quentin DRUAULT-AUBIN
lo23-project
Commits
1815c4b5
Commit
1815c4b5
authored
Dec 18, 2017
by
dkonam
Browse files
fix merge
parent
95c01d58
Changes
1
Hide whitespace changes
Inline
Side-by-side
Battleship/src/main/java/com/utclo23/data/module/GameMediator.java
View file @
1815c4b5
...
...
@@ -431,7 +431,7 @@ public class GameMediator {
public
void
forwardMessage
(
Message
msg
)
{
IIHMTableToData
ihmTablefacade
=
this
.
dataFacade
.
getIhmTablefacade
();
if
(
ihmTablefacade
!=
null
)
{
ihmTablefacade
.
printMessage
(
msg
);
ihmTablefacade
.
printMessage
(
msg
.
getContent
()
);
}
}
...
...
@@ -501,7 +501,7 @@ public class GameMediator {
}
if
(
this
.
dataFacade
.
getIhmTablefacade
()
!=
null
)
{
this
.
dataFacade
.
getIhmTablefacade
().
feedback
(
mine
,
touched
,
shipDestroyed
)
;
//
this.dataFacade.getIhmTablefacade().feedback(mine,touched,shipDestroyed) ;
}
if
(
this
.
currentGame
.
isGameFinishedByEnnemy
())
{
...
...
Write
Preview
Supports
Markdown
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