1
0
mirror of https://github.com/XProger/OpenLara.git synced 2025-08-01 02:40:43 +02:00

fix unused mask

This commit is contained in:
XProger
2018-06-14 10:21:52 +03:00
parent 4b22c474c8
commit 82b15b0366

View File

@@ -2019,8 +2019,6 @@ struct Centaur : Enemy {
if (nextState == state)
nextState = STATE_NONE;
int mask = collide(target);
switch (state) {
case STATE_STOP :
if (nextState != STATE_NONE)