1
0
mirror of https://github.com/abakh/nbsdgames.git synced 2024-06-08 17:20:41 +00:00

try to make memoblocks work

This commit is contained in:
Jens Staal 2020-06-12 22:34:46 +02:00
parent 25168f6d00
commit 0e5d4b7df4
2 changed files with 3 additions and 3 deletions

View File

@ -211,9 +211,9 @@ int main(int argc, char** argv){
}
}
}
else if(size>8)//big sizes depend on color display
#ifndef Plan9
size=8;
else if(size>8)//big sizes depend on color display
size=8;
size2=size*2;
#endif
chtype board[size][size2];

View File

@ -8,7 +8,7 @@ TARG=\
fifteen \
fisher \
jewels \
# memoblocks \
memoblocks \
miketron \
mines \
muncher \