Skip to content
Commit 69134f89 authored by Milian Wolff's avatar Milian Wolff
Browse files

Cleanup: use int for monster bucket extent everywhere

Note how the variable is a signed integer, but we read/write it
as unsigned. Fix this by using int everywhere.

In practice this shouldn't make a difference, as the values are
never negative nor extremely large.
parent a4bf7809
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment