Files
0ad/source/ps
Matei 85959bb073 Fixed a crash that happened for me in release mode when pressing the shift key. In Hotkey.cpp:594, there was a line like
if( !unified[(*itKey)-UNIFIED_SHIFT] ) accept = false;

This was causing an index out of bounds when the key at *itKey was
AND'ed with the HOTKEY_NEGATION_MASK and thus became greater than 65536
and way out of bounds of the array. For now I added a check that *itKey
< HOTKEY_NEGATION_MASK, but maybe this is not the intended usage.

This was SVN commit r4111.
2006-07-14 00:14:44 +00:00
..
2006-06-11 07:03:59 +00:00
2006-06-04 22:27:40 +00:00
2006-06-04 22:27:40 +00:00
2006-06-10 03:05:16 +00:00
2006-06-09 23:07:11 +00:00
2006-06-09 23:07:11 +00:00
2006-06-09 23:07:11 +00:00
2006-06-09 23:07:11 +00:00
2006-06-25 15:35:28 +00:00
2006-06-25 15:35:28 +00:00
2006-07-08 22:40:01 +00:00
2006-06-21 22:37:31 +00:00
2006-07-08 22:40:01 +00:00