fix incompatible pointers
This commit is contained in:
parent
70d977f930
commit
4dd32af841
@ -180,7 +180,7 @@ bool dice_get(dice_t d, dice_option_t opt, ...)
|
|||||||
|
|
||||||
case DICEOPTION_FUDGE:
|
case DICEOPTION_FUDGE:
|
||||||
{
|
{
|
||||||
bool *ptr = va_arg(lst, uint32_t*);
|
uint32_t *ptr = va_arg(lst, uint32_t*);
|
||||||
*ptr = d->fudge;
|
*ptr = d->fudge;
|
||||||
} break;
|
} break;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user