fixing up some post-merge errors

This commit is contained in:
Llywelwyn 2023-09-23 10:43:32 +01:00
parent 441b22439f
commit ddcfd72318
7 changed files with 100 additions and 223 deletions

View file

@ -111,7 +111,7 @@ pub enum CharCreateResult {
}
/// Handles the player character creation screen.
pub fn character_creation(gs: &mut State, ctx: &mut Rltk) -> CharCreateResult {
pub fn character_creation(gs: &mut State, ctx: &mut BTerm) -> CharCreateResult {
ctx.set_active_console(1);
let runstate = gs.ecs.fetch::<RunState>();