Revert "Merge branch 'lcs' of https://github.com/GTAmodding/re3 into lcs"

This reverts commit d63e3f1559, reversing
changes made to ec17355056.
This commit is contained in:
Fire-Head
2021-01-13 23:15:33 +03:00
parent d63e3f1559
commit 97c9a4a02c
40 changed files with 542 additions and 707 deletions

View File

@@ -7,7 +7,7 @@ void TextCopy(wchar *dst, const wchar *src);
struct CKeyEntry
{
#if defined(FIX_BUGS) || defined(FIX_BUGS_64)
#ifdef FIX_BUGS
uint32 valueOffset;
#else
wchar *value;
@@ -30,7 +30,7 @@ public:
void Unload(void);
void Update(wchar *chars);
CKeyEntry *BinarySearch(const char *key, CKeyEntry *entries, int16 low, int16 high);
#if defined (FIX_BUGS) || defined(FIX_BUGS_64)
#ifdef FIX_BUGS
wchar *Search(const char *key, wchar *data, uint8 *result);
#else
wchar *Search(const char *key, uint8* result);