2
3
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-14 10:37:41 -04:00

Fix Python key map.

This commit is contained in:
Darryl Pogue
2011-08-06 14:52:48 -07:00
parent d0d12d24c6
commit 24ab78b3f3

View File

@ -38,7 +38,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
// conversion functions
const char* pyKeyMap::ConvertVKeyToChar( UInt32 vk, UInt32 flags )
{
char *key = plKeyMap::ConvertVKeyToChar( vk );
const char *key = plKeyMap::ConvertVKeyToChar( vk );
static char shortKey[ 2 ];
if( key == nil )
{