mirror of
https://github.com/abakh/nbsdgames.git
synced 2024-11-02 16:27:18 -04:00
try to make memoblocks work
This commit is contained in:
parent
25168f6d00
commit
0e5d4b7df4
@ -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];
|
||||
|
@ -8,7 +8,7 @@ TARG=\
|
||||
fifteen \
|
||||
fisher \
|
||||
jewels \
|
||||
# memoblocks \
|
||||
memoblocks \
|
||||
miketron \
|
||||
mines \
|
||||
muncher \
|
||||
|
Loading…
Reference in New Issue
Block a user