summaryrefslogtreecommitdiffstats
path: root/src/text/Text.h
diff options
context:
space:
mode:
authorFire-Head <Fire-Head@users.noreply.github.com>2021-01-13 21:17:53 +0100
committerFire-Head <Fire-Head@users.noreply.github.com>2021-01-13 21:17:53 +0100
commit8baa104453db38734a3eb9e9ff511389d0e72506 (patch)
treefadc7c4d71f54a2c6a2add1efb1b741b6f9775d5 /src/text/Text.h
parentRevert "Merge branch 'lcs' of https://github.com/GTAmodding/re3 into lcs" (diff)
downloadre3-8baa104453db38734a3eb9e9ff511389d0e72506.tar
re3-8baa104453db38734a3eb9e9ff511389d0e72506.tar.gz
re3-8baa104453db38734a3eb9e9ff511389d0e72506.tar.bz2
re3-8baa104453db38734a3eb9e9ff511389d0e72506.tar.lz
re3-8baa104453db38734a3eb9e9ff511389d0e72506.tar.xz
re3-8baa104453db38734a3eb9e9ff511389d0e72506.tar.zst
re3-8baa104453db38734a3eb9e9ff511389d0e72506.zip
Diffstat (limited to '')
-rw-r--r--src/text/Text.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/text/Text.h b/src/text/Text.h
index 3e11ea46..05387346 100644
--- a/src/text/Text.h
+++ b/src/text/Text.h
@@ -7,7 +7,7 @@ void TextCopy(wchar *dst, const wchar *src);
struct CKeyEntry
{
-#ifdef FIX_BUGS
+#if defined(FIX_BUGS) || defined(FIX_BUGS_64)
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);
-#ifdef FIX_BUGS
+#if defined (FIX_BUGS) || defined(FIX_BUGS_64)
wchar *Search(const char *key, wchar *data, uint8 *result);
#else
wchar *Search(const char *key, uint8* result);