diff options
author | Nikolay Korolev <nickvnuk@gmail.com> | 2020-03-29 17:54:26 +0200 |
---|---|---|
committer | Nikolay Korolev <nickvnuk@gmail.com> | 2020-03-29 17:54:26 +0200 |
commit | 23c6a283249da948ab96b4254e5db5fbeef760c1 (patch) | |
tree | 8d3f4ed9227271bc9a4ce90295d9e81bcc25efb4 /src/core/TxdStore.h | |
parent | more garages (diff) | |
parent | fixed PS2 build (diff) | |
download | re3-23c6a283249da948ab96b4254e5db5fbeef760c1.tar re3-23c6a283249da948ab96b4254e5db5fbeef760c1.tar.gz re3-23c6a283249da948ab96b4254e5db5fbeef760c1.tar.bz2 re3-23c6a283249da948ab96b4254e5db5fbeef760c1.tar.lz re3-23c6a283249da948ab96b4254e5db5fbeef760c1.tar.xz re3-23c6a283249da948ab96b4254e5db5fbeef760c1.tar.zst re3-23c6a283249da948ab96b4254e5db5fbeef760c1.zip |
Diffstat (limited to 'src/core/TxdStore.h')
-rw-r--r-- | src/core/TxdStore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/TxdStore.h b/src/core/TxdStore.h index a9e57d31..12ac708f 100644 --- a/src/core/TxdStore.h +++ b/src/core/TxdStore.h @@ -13,7 +13,7 @@ class CTxdStore static CPool<TxdDef,TxdDef> *&ms_pTxdPool; static RwTexDictionary *&ms_pStoredTxd; public: - static void Initialize(void); + static void Initialise(void); static void Shutdown(void); static void GameShutdown(void); static int AddTxdSlot(const char *name); |