Skip to content

Commit

Permalink
Another simulant rename.
Browse files Browse the repository at this point in the history
Former-commit-id: b1ac0f6
  • Loading branch information
bryanedds committed Aug 28, 2015
1 parent 2178a2e commit 0b7ecbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion InfinityRpg/InfinityRpg/InfinityRpg/InfinityDispatcher.fs
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ type InfinityDispatcher () =
let world = createTitle world
let world = createCredits world
let world = createGameplay world
let (splash, world) = World.createSplashScreen false Constants.InfinityRpg.NuSplashData typeof<ScreenDispatcher>.Name Simulants.Title (Some Simulants.NuSplash.ScreenName) world
let (splash, world) = World.createSplashScreen false Constants.InfinityRpg.NuSplashData typeof<ScreenDispatcher>.Name Simulants.Title (Some Simulants.Splash.ScreenName) world
World.selectScreen splash world
2 changes: 1 addition & 1 deletion InfinityRpg/InfinityRpg/InfinityRpg/InfinitySimulants.fs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ open InfinityRpg
module Simulants =

// nu splash screen
let NuSplash = !> "Splash"
let Splash = !> "Splash"

// title screen
let Title = !> "Title"
Expand Down

0 comments on commit 0b7ecbb

Please sign in to comment.