Skip to content

Commit

Permalink
Fix #33: Wrong reserve_sprite count
Browse files Browse the repository at this point in the history
  • Loading branch information
telk5093 committed Jul 7, 2024
1 parent b4fc4dd commit f3c9142
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.3.1+
-----
* 수정: [JGRPP] 코드 버그 수정 [#33]

1.3.0
-----
* 추가: [JGRPP] 입환 신호기 [#30]
Expand Down
2 changes: 1 addition & 1 deletion ko_signal_set.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ if (!extended_feature_test("action3_signals_custom_signal_sprites")) {
// Shunt
#include "./src/shunt.pnml"

param[10] = reserve_sprites(1);
param[10] = reserve_sprites(2);
replace (param[10]) {
// No recolouring
recolour_sprite {
Expand Down

0 comments on commit f3c9142

Please sign in to comment.