Edit my bigger defs.qc file please.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@390 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2004-11-03 04:21:05 +00:00
parent 03499283fd
commit 89861c05c6
1 changed files with 1 additions and 1 deletions

View File

@ -621,7 +621,7 @@ void EditFile(char *name, int line)
if (richedit)
{
SendMessage(neweditor->editpane, EM_EXLIMITTEXT, 0, 1<<20);
SendMessage(neweditor->editpane, EM_EXLIMITTEXT, 0, 1<<31);
SendMessage(neweditor->editpane, EM_SETUNDOLIMIT, 256, 256);
}