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
genie_logiciel_2015
the_dungeon_project
Commits
e67815a1
Commit
e67815a1
authored
Jan 05, 2016
by
Arnaud Guerquin
Browse files
Changed semaphore
parent
a77cd37a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/core/gamestate/GameState.java
View file @
e67815a1
...
...
@@ -20,7 +20,7 @@ public class GameState implements Serializable{
private
ArrayList
<
Being
>
beings
=
new
ArrayList
<>();
private
ArrayList
<
Character
>
characters
=
new
ArrayList
<>();
private
ArrayList
<
Entity
>
entities
=
new
ArrayList
<>();
private
Semaphore
sem
=
new
Semaphore
(
0
);
private
Semaphore
sem
=
new
Semaphore
(
1
);
/**
* Constructs a new empty gamestate.
...
...
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