Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Doppeltgemoppelt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
btomi96
Doppeltgemoppelt
Commits
31984e5a
Commit
31984e5a
authored
May 15, 2016
by
edani95
Browse files
Options
Downloads
Patches
Plain Diff
Bug print remove
parent
27ffa65b
Branches
Branches containing commit
No related tags found
1 merge request
!62
Bug print remove
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
core/app/GameController.java
+0
-1
0 additions, 1 deletion
core/app/GameController.java
with
0 additions
and
1 deletion
core/app/GameController.java
+
0
−
1
View file @
31984e5a
...
@@ -314,7 +314,6 @@ public class GameController implements PropertyChangeListener{
...
@@ -314,7 +314,6 @@ public class GameController implements PropertyChangeListener{
// update only the changed fields
// update only the changed fields
int
coord
=
(
int
)
evt
.
getNewValue
();
int
coord
=
(
int
)
evt
.
getNewValue
();
System
.
out
.
println
(
coord
);
int
xCoord
=
coord
/
map
[
0
].
length
;
int
xCoord
=
coord
/
map
[
0
].
length
;
int
yCoord
=
coord
%
map
[
0
].
length
;
int
yCoord
=
coord
%
map
[
0
].
length
;
Field
changedField
=
(
Field
)
evt
.
getOldValue
();
Field
changedField
=
(
Field
)
evt
.
getOldValue
();
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment