Skip to content

Commit d0e0dbf

Browse files
committed
adjust map height to match previous chapter
1 parent 065595e commit d0e0dbf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

book/src/chapter_9.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ We're going to extend the function to spawn multiple monsters per room, with 0 b
119119

120120
```rust
121121
pub const MAPWIDTH : usize = 80;
122-
pub const MAPHEIGHT : usize = 50;
122+
pub const MAPHEIGHT : usize = 43;
123123
pub const MAPCOUNT : usize = MAPHEIGHT * MAPWIDTH;
124124
```
125125

0 commit comments

Comments
 (0)