Browse Source

MI_LArrow bin exact suggestion #6

Co-Authored-By: qndel <stefan551@o2.pl>
pull/72/head
Anders Jenbo 7 years ago committed by GitHub
parent
commit
6da659ccc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Source/missiles.cpp

2
Source/missiles.cpp

@ -3291,7 +3291,7 @@ void __fastcall MI_LArrow(int i)
}
} else {
mind = random(68, 10) + currlevel + 1;
maxd = random(68, 10) + 2 * currlevel + 1;
maxd = random(68, 10) + 1 + currlevel * 2;
}
if (missile[i]._mix != missile[i]._misx || missile[i]._miy != missile[i]._misy) {

Loading…
Cancel
Save