more 128 bit fixes --Rumble

This commit is contained in:
Rumble
2007-05-08 17:34:23 +00:00
parent 71d89f4383
commit ff62d18b37
3 changed files with 6 additions and 6 deletions

View File

@@ -611,7 +611,7 @@ void redit_parse(struct descriptor_data *d, char *arg)
break;
else {
/* Toggle the bit. */
TOGGLE_BIT_AR(OLC_ROOM(d)->room_flags, 1 << (number - 1));
TOGGLE_BIT_AR(OLC_ROOM(d)->room_flags, number - 1);
redit_disp_flag_menu(d);
}
return;