summaryrefslogtreecommitdiffstats
path: root/src/rw/TxdStore.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rw/TxdStore.h')
-rw-r--r--src/rw/TxdStore.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rw/TxdStore.h b/src/rw/TxdStore.h
index 12ac708f..937fd1b7 100644
--- a/src/rw/TxdStore.h
+++ b/src/rw/TxdStore.h
@@ -10,8 +10,8 @@ struct TxdDef {
class CTxdStore
{
- static CPool<TxdDef,TxdDef> *&ms_pTxdPool;
- static RwTexDictionary *&ms_pStoredTxd;
+ static CPool<TxdDef,TxdDef> *ms_pTxdPool;
+ static RwTexDictionary *ms_pStoredTxd;
public:
static void Initialise(void);
static void Shutdown(void);