mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 01:00:25 +00:00
fixed compiler warning
This commit is contained in:
parent
5bb9d545b0
commit
37135fa48a
@ -1077,7 +1077,7 @@ void buildpolys() {
|
||||
|
||||
|
||||
int tshift0 = (a4?S14:0);
|
||||
int tshift1 = td + (!(S7&1)) ? S6:0; // +S6+(a4&(S7&1)?S6:0);
|
||||
int tshift1 = (td + (!(S7&1))) ? S6:0; // +S6+(a4&(S7&1)?S6:0);
|
||||
|
||||
bshape(shTriheptaFloor[0], PPR_FLOOR);
|
||||
for(int t=0; t<=S3; t++) hpcpush(ddi(t*S28 + tshift0, trihepta0) * C0);
|
||||
|
Loading…
Reference in New Issue
Block a user