Oops
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2974 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
2b6c05d71c
commit
ef8c96667e
1 changed files with 1 additions and 1 deletions
|
@ -1871,7 +1871,7 @@ void UI_KeyPress(int key, int mx, int my)
|
|||
int j;
|
||||
|
||||
// Blackness should be sent to the back
|
||||
for (j = numelements; j > 0; j--)
|
||||
for (j = currentitem; j > 0; j--)
|
||||
{
|
||||
element[j] = element[j-1];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue