diff --git a/jewels.c b/jewels.c index 4707ae3..4d4b2a9 100644 --- a/jewels.c +++ b/jewels.c @@ -258,7 +258,7 @@ int main(int argc,char** argv){ int input; bool falls; byte stop=0 , combo; - char jwstr[] = {'*','^','~','"','$','V'}; + char jwstr[] = "*^~\"$V"; if(has_colors()){ start_color(); use_default_colors();