r1131 - trunk/code/client
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Thu Aug 23 11:23:44 EDT 2007
Author: tma
Date: 2007-08-23 11:23:43 -0400 (Thu, 23 Aug 2007)
New Revision: 1131
Modified:
trunk/code/client/cl_keys.c
Log:
* Nuts.
Modified: trunk/code/client/cl_keys.c
===================================================================
--- trunk/code/client/cl_keys.c 2007-08-23 15:22:35 UTC (rev 1130)
+++ trunk/code/client/cl_keys.c 2007-08-23 15:23:43 UTC (rev 1131)
@@ -475,7 +475,7 @@
break;
}
- // Change scroll is cursor if no longer visible
+ // Change scroll if cursor is no longer visible
if ( edit->cursor < edit->scroll ) {
edit->scroll = edit->cursor;
} else if ( edit->cursor >= edit->scroll + edit->widthInChars && edit->cursor <= len ) {
More information about the quake3-commits
mailing list