mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-09 17:44:20 +01:00
Couple more gcc warnings killed, fixed a bug within protocol.c, and added initial colour detections based on protocol findings.
This commit is contained in:
parent
70d7785fea
commit
db5b776326
5 changed files with 26 additions and 11 deletions
|
|
@ -1456,8 +1456,6 @@ void do_start(struct char_data *ch)
|
|||
GET_COND(ch, HUNGER) = 24;
|
||||
GET_COND(ch, DRUNK) = 0;
|
||||
|
||||
SET_BIT_AR(PRF_FLAGS(ch), PRF_AUTOEXIT);
|
||||
|
||||
if (CONFIG_SITEOK_ALL)
|
||||
SET_BIT_AR(PLR_FLAGS(ch), PLR_SITEOK);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue