1
0
Fork 0

Fix a bug that gets triggered at least in MSVC and gcc-2.95

This commit is contained in:
ehofman 2003-10-19 09:27:27 +00:00
parent d4b9ca371c
commit 2ca827a3a4

View file

@ -609,7 +609,7 @@ void Rotor::compile()
for (i=0;i<4;i++) for (i=0;i<4;i++)
{ {
rps[i]->setlastnextrp(rps[(i-1)%4],rps[(i+1)%4],rps[(i+2)%4]); rps[i]->setlastnextrp(rps[(i+3)%4],rps[(i+1)%4],rps[(i+2)%4]);
} }
} }
else else