Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
killer_sokoban
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
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
Schulcz Ferenc
killer_sokoban
Commits
47c02c8f
Commit
47c02c8f
authored
Apr 5, 2018
by
sfphoton
Browse files
Options
Downloads
Patches
Plain Diff
Accents (áéíóöőúüű) corrected.
parent
359f73f0
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/killer_sokoban/Moveable.java
+6
-6
6 additions, 6 deletions
src/killer_sokoban/Moveable.java
with
6 additions
and
6 deletions
src/killer_sokoban/Moveable.java
+
6
−
6
View file @
47c02c8f
...
@@ -6,20 +6,20 @@ public abstract class Moveable {
...
@@ -6,20 +6,20 @@ public abstract class Moveable {
protected
SimpleField
myField
=
null
;
protected
SimpleField
myField
=
null
;
/**
Az objektum �sszenyom�d�sra k�nyszer�l.
/**
*
*
Az objektum összenyomódásra kényszerül.
* @return
* @return
true ha az objektum összenyomódott
*/
*/
protected
boolean
squeez
()
protected
boolean
squeez
()
{
{
Logger
.
enter
(
this
,
"squeez"
,
new
ArrayList
<
Object
>());
Logger
.
enter
(
this
,
"squeez"
,
new
ArrayList
<
Object
>());
Logger
.
exit
(
this
,
"squeez"
,
false
);
Logger
.
exit
(
this
,
"squeez"
,
false
);
return
false
;
//Ez vagy absztrakt fgv�ny?
return
false
;
}
}
//Abstract?
//Abstract?
/**
A Moveable elveszik, �s nem vesz r�szt a tov�bbi j�t�kban.
/**
*
*
A Moveable elveszik és nem vesz részt a további játékban.
*/
*/
public
void
kill
()
{
public
void
kill
()
{
Logger
.
enter
(
this
,
"kill"
,
new
ArrayList
<
Object
>());
Logger
.
enter
(
this
,
"kill"
,
new
ArrayList
<
Object
>());
...
...
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