Skip to content

Commit

Permalink
Add missing initial state in RPG Concept
Browse files Browse the repository at this point in the history
  • Loading branch information
vircon32 committed Jul 24, 2024
1 parent 3ed7c04 commit 30f34c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion GameDemos/RPGConcept/RPGConcept.c
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,9 @@ void main( void )
Peasant.ShapeBox.position_y = 260;
Peasant.FaceDirection = Left;

// scene triggers
// scene state and triggers
PeasantHasSpoken = false;
SceneState = Scene_MovePlayer;

// we will control the character with gamepad 1
select_gamepad( 0 );
Expand Down

0 comments on commit 30f34c1

Please sign in to comment.