Cube  Diff

Differences From Artifact [ea465722d3]:

To Artifact [434fc9c95a]:


162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
	}
	conoutf(@"attempting to disconnect...");
	disconnect(0, !disconnecting);
}

string ctext;
void
toserver(char *text)
{
	conoutf(@"%s:\f %s", player1->name, text);
	strn0cpy(ctext, text, 80);
}

void
echo(char *text)







|







162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
	}
	conoutf(@"attempting to disconnect...");
	disconnect(0, !disconnecting);
}

string ctext;
void
toserver(const char *text)
{
	conoutf(@"%s:\f %s", player1->name, text);
	strn0cpy(ctext, text, 80);
}

void
echo(char *text)