1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2025-08-03 12:49:50 +00:00

[tools.testspr] fix declare array var

This commit is contained in:
bolero-MURAKAMI 2013-09-26 23:09:53 +09:00
parent 3fef178b7c
commit db70dfc947
2 changed files with 7 additions and 14 deletions

View file

@ -18,10 +18,8 @@ width=16
height=16
tile_width=16
tile_height=16
declare -a user_macros
user_macros=()
declare -a include_paths
include_paths=()
declare -a user_macros=()
declare -a include_paths=()
max_procs=1
force=0
use_help=0