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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user