fix enum warn
parent
2516be7920
commit
a95606d21b
|
@ -92,6 +92,12 @@ void item_use(ecs_world_t *ecs, ItemDrop *it, Position p, uint64_t udata) {
|
||||||
|
|
||||||
it->quantity--;
|
it->quantity--;
|
||||||
}break;
|
}break;
|
||||||
|
|
||||||
|
|
||||||
|
case UKIND_DELETE:
|
||||||
|
case UKIND_END_PLACE:
|
||||||
|
case UKIND_PROXY:
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue