------------------------------------------------------------------------
r4189 | acceptthis | 2013-02-05 12:54:29 +0000 (Tue, 05 Feb 2013) | 1 line clipboard, icon, fullscreen support for glx. Numerous fixes for compile-time warnings. ------------------------------------------------------------------------ git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4187 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
5c108ea81f
commit
0ecf71adaf
57 changed files with 815 additions and 370 deletions
|
@ -84,7 +84,6 @@ static char OpenEditorFile[256];
|
|||
|
||||
qboolean editoractive; //(export)
|
||||
qboolean editormodal; //doesn't return. (export)
|
||||
static qboolean editorblocking;
|
||||
static qboolean madechanges;
|
||||
static qboolean editenabled;
|
||||
static qboolean insertkeyhit=true;
|
||||
|
@ -1227,7 +1226,7 @@ int QCLibEditor(pubprogfuncs_t *prfncs, char *filename, int line, int statement,
|
|||
firstblock = GenAsm(cursorlinenum);
|
||||
cursorblock = firstblock;
|
||||
|
||||
for (i = cursorlinenum; i > 0 && i > cursorlinenum - 20; i)
|
||||
for (i = cursorlinenum; i > 0 && i > cursorlinenum - 20; )
|
||||
{
|
||||
i--;
|
||||
firstblock->prev = GenAsm(i);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue