diff options
Diffstat (limited to 'src/game/client/components/maplayers.h')
| -rw-r--r-- | src/game/client/components/maplayers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/client/components/maplayers.h b/src/game/client/components/maplayers.h index ac78bebf..694633ee 100644 --- a/src/game/client/components/maplayers.h +++ b/src/game/client/components/maplayers.h @@ -5,7 +5,7 @@ #include <game/client/component.h> class CMapLayers : public CComponent -{ +{ CLayers *m_pLayers; // todo refactor: maybe remove it and access it through client* int m_Type; |