git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@166
d7cf8633-e32d-0410-b094-
e92efae38249
// if the high bit of the command byte is set, it is a fast update
if (cmd & 128)
{
- cmdlogname[cmdindex] = &("svc_entity");
+ cmdlogname[cmdindex] = "svc_entity";
SHOWNET("fast update");
CL_ParseUpdate (cmd&127);
continue;
SHOWNET(svc_strings[cmd]);
cmdlogname[cmdindex] = svc_strings[cmd];
if (!cmdlogname[cmdindex])
- cmdlogname[cmdindex] = &("<unknown>");
+ cmdlogname[cmdindex] = "<unknown>";
// other commands
switch (cmd)