mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 17:10:36 +00:00
net drawn in netgen
This commit is contained in:
parent
15f87d151a
commit
a6dd48cec0
@ -622,6 +622,7 @@ namespace hr { namespace netgen {
|
||||
cmode = sm::SIDE;
|
||||
gamescreen(0);
|
||||
if(true) {
|
||||
initquickqueue();
|
||||
for(int i=0; i<CELLS; i++) {
|
||||
int t = ct[i];
|
||||
int ofs = t == 7 ? 0 : 5;
|
||||
@ -635,6 +636,7 @@ namespace hr { namespace netgen {
|
||||
queueline(hvec(i, (e+ofs)%t), hvec(i, (e+1+ofs)%t), (col << 8) + 0xFF, 3);
|
||||
}
|
||||
}
|
||||
quickqueue();
|
||||
}
|
||||
if(mode != 2) {
|
||||
dialog::init("paper model creator");
|
||||
|
Loading…
Reference in New Issue
Block a user