Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Pacman
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ramona Ullmann
Pacman
Commits
7e58574b
Commit
7e58574b
authored
3 years ago
by
Peter Backes
Browse files
Options
Downloads
Plain Diff
Merge branch 'ue' into 'master'
Update MAMPFI.java See merge request
!14
parents
b555384a
587894a0
No related branches found
Branches containing commit
No related tags found
1 merge request
!14
Update MAMPFI.java
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
MAMPFI.java
+2
-2
2 additions, 2 deletions
MAMPFI.java
with
2 additions
and
2 deletions
MAMPFI.java
+
2
−
2
View file @
7e58574b
...
...
@@ -23,11 +23,11 @@ public class MAMPFI
symbol
.
FuellFarbeSetzen
(
"gelb"
)
;
symbol
.
RandFarbeSetzen
(
"schwarz"
);
}
public
MAMPFI
(
char
Gew
�
nschteBlickrichtung
){
public
MAMPFI
(
char
Gew
ue
nschteBlickrichtung
){
positionX
=
0
;
positionY
=
0
;
verwundbar
=
true
;
blickrichtung
=
Gew
�
nschteBlickrichtung
;
blickrichtung
=
Gew
ue
nschteBlickrichtung
;
symbol
=
new
KREISFORM
(
)
;
if
(
blickrichtung
==
'N'
){
NachNordenBlicken
();
...
...
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