Skip to content
Snippets Groups Projects
Commit 7e58574b authored by Peter Backes's avatar Peter Backes
Browse files

Merge branch 'ue' into 'master'

Update MAMPFI.java

See merge request !14
parents b555384a 587894a0
No related branches found
No related tags found
1 merge request!14Update MAMPFI.java
......@@ -23,11 +23,11 @@ public class MAMPFI
symbol.FuellFarbeSetzen("gelb") ;
symbol.RandFarbeSetzen("schwarz");
}
public MAMPFI(char GewnschteBlickrichtung){
public MAMPFI(char GewuenschteBlickrichtung){
positionX=0;
positionY=0;
verwundbar = true;
blickrichtung = GewnschteBlickrichtung;
blickrichtung = GewuenschteBlickrichtung;
symbol = new KREISFORM( ) ;
if(blickrichtung == 'N'){
NachNordenBlicken();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment