I think room_format is either 0 or 1 but could be 2+ in the future
This commit is contained in:
parent
95cb1d6039
commit
95d7e26cf1
|
@ -97,7 +97,7 @@ struct Room {
|
|||
struct Game {
|
||||
name: String,
|
||||
version: f64,
|
||||
room_format: bool,
|
||||
room_format: u8,
|
||||
palettes: Vec<Palette>,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue