git-svn-id: https://svn.eduke32.com/eduke32@192 1a8010ca-5511-0410-912e-c29ae57300e0

This commit is contained in:
terminx 2006-06-15 00:39:33 +00:00
parent 1747c01141
commit 1ff7e005d6

View file

@ -4563,6 +4563,8 @@ repeatcase:
{
initprintf("%s:%ld: error: cheat redefinition attempts to redefine nonexistant cheat.\n",compilefile,line_number);
error++;
while( *textptr != 0x0a && *textptr != 0x0d && *textptr != 0 ) textptr++;
break;
}
scriptptr--;
i = 0;