fixed typo in Dungeon.buildDungeon()'s documentation comment

This commit is contained in:
Kjistóf 2016-05-14 02:21:56 +02:00
parent f3b5cb5d57
commit 665ac519c2

View File

@ -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