mirror of
https://github.com/tbamud/tbamud.git
synced 2026-03-02 07:21:44 +01:00
more 128 bit fixes --Rumble
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user