1
0
Fork 0

memory problem

This commit is contained in:
me 2022-04-09 00:45:40 +04:30
parent bf4a59a12a
commit 66bd71dd5d
1 changed files with 1 additions and 1 deletions

View File

@ -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();