Skip to content

Commit 223a5a1

Browse files
committed
Set the value of original move frequency when a event page is set up
1 parent 9c6dd4c commit 223a5a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/game_event.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,7 @@ void Game_Event::Setup(RPG::EventPage* new_page) {
276276
move_type = page->move_type;
277277
SetMoveSpeed(page->move_speed);
278278
SetMoveFrequency(page->move_frequency);
279+
original_move_frequency = page->move_frequency;
279280
original_move_route = page->move_route;
280281
SetOriginalMoveRouteIndex(0);
281282
animation_type = page->animation_type;

0 commit comments

Comments
 (0)