mirror of
https://github.com/td512/re3.git
synced 2026-03-04 18:35:00 +00:00
Load and write our settings in re3.ini & fixes
This commit is contained in:
@@ -354,4 +354,4 @@ void
|
||||
TextCopy(wchar *dst, const wchar *src)
|
||||
{
|
||||
while((*dst++ = *src++) != '\0');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user