mirror of
https://github.com/tbamud/tbamud.git
synced 2026-01-28 20:06:09 +01:00
Some small formatting changes, and some stray @ symbols cleaned up
This commit is contained in:
parent
6a342723ed
commit
5c317f6863
10 changed files with 17 additions and 22 deletions
|
|
@ -537,9 +537,9 @@ int format_text(char **ptr_string, int mode, struct descriptor_data *d, unsigned
|
|||
|
||||
if (*flow) {
|
||||
start = flow;
|
||||
while (*flow && !strchr("\n\r\f\t\v .?!", *flow)) {
|
||||
if (*flow == '@') {
|
||||
if (*(flow + 1) == '@')
|
||||
while (*flow && !strchr("\n\r\f\v .?!", *flow)) {
|
||||
if (*flow == '\t') {
|
||||
if (*(flow + 1) == '\t')
|
||||
color_chars++;
|
||||
else
|
||||
color_chars += 2;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue