mirror of
https://github.com/halpz/re3.git
synced 2026-01-20 09:59:30 +00:00
64-bit on Windows
This commit is contained in:
@@ -2634,7 +2634,7 @@ void CPad::ResetCheats(void)
|
||||
|
||||
char *CPad::EditString(char *pStr, int32 nSize)
|
||||
{
|
||||
int32 pos = strlen(pStr);
|
||||
int32 pos = (int32)strlen(pStr);
|
||||
|
||||
// letters
|
||||
for ( int32 i = 0; i < ('Z' - 'A' + 1); i++ )
|
||||
|
||||
Reference in New Issue
Block a user