mirror of
https://github.com/XProger/OpenLara.git
synced 2025-04-22 03:51:58 +02:00
fix unused mask
This commit is contained in:
parent
4b22c474c8
commit
82b15b0366
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user