1
0
mirror of https://github.com/abakh/nbsdgames.git synced 2024-12-04 14:46:22 -05:00

memory problem

This commit is contained in:
me 2022-04-09 00:45:40 +04:30
parent bf4a59a12a
commit 66bd71dd5d

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