I think room_format is either 0 or 1 but could be 2+ in the future

This commit is contained in:
Max Bradbury 2020-04-06 12:27:58 +01:00
parent 95cb1d6039
commit 95d7e26cf1
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ struct Room {
struct Game {
name: String,
version: f64,
room_format: bool,
room_format: u8,
palettes: Vec<Palette>,
}