fixed typo in Dungeon.buildDungeon()'s documentation comment
This commit is contained in:
parent
f3b5cb5d57
commit
665ac519c2
@ -29,7 +29,7 @@ public class Dungeon {
|
|||||||
* where the map matrix is a matrix of the following chars:
|
* where the map matrix is a matrix of the following chars:
|
||||||
* W: Wall
|
* W: Wall
|
||||||
* F: Field
|
* F: Field
|
||||||
* Z: Field with a ZMP
|
* Z: Field with a ZPM
|
||||||
* B: Field with a Box
|
* B: Field with a Box
|
||||||
* O: Field with ONeill
|
* O: Field with ONeill
|
||||||
* J: Field with Jaffa
|
* J: Field with Jaffa
|
||||||
|
Loading…
Reference in New Issue
Block a user