mktrap() flags

This started out as a fix for a comment typo, then morphed a bit....
This commit is contained in:
PatR
2024-01-09 17:17:19 -08:00
parent d672ea3051
commit 3f3d5b7bda
4 changed files with 8 additions and 8 deletions

View File

@@ -1788,7 +1788,7 @@ create_trap(spltrap *t, struct mkroom *croom)
{
coordxy x = -1, y = -1;
coord tm;
int mktrap_flags = MKTRAP_MAZEFLAG;
unsigned mktrap_flags = MKTRAP_MAZEFLAG;
if (t->type == VIBRATING_SQUARE) {
pick_vibrasquare_location();