diff options
| author | Shereef Marzouk <GreYFoXGTi@GMaiL.CoM> | 2011-08-11 10:43:27 +0200 |
|---|---|---|
| committer | Shereef Marzouk <GreYFoXGTi@GMaiL.CoM> | 2011-08-11 10:43:27 +0200 |
| commit | 2084febca79d57de3fe1d2781bf0803dd3e96b27 (patch) | |
| tree | a55db06008dd0ad8a3c332fa72b5bf1f231b88b5 /src/game | |
| parent | c56cfa12d511559b096579d4e7a80b7cb6bbb6fe (diff) | |
| download | zcatch-2084febca79d57de3fe1d2781bf0803dd3e96b27.tar.gz zcatch-2084febca79d57de3fe1d2781bf0803dd3e96b27.zip | |
Removed outdated comment
Diffstat (limited to 'src/game')
| -rw-r--r-- | src/game/mapitems.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/mapitems.h b/src/game/mapitems.h index fb66e12d..43005f75 100644 --- a/src/game/mapitems.h +++ b/src/game/mapitems.h @@ -7,7 +7,7 @@ enum { LAYERTYPE_INVALID=0, - LAYERTYPE_GAME, // not used + LAYERTYPE_GAME, LAYERTYPE_TILES, LAYERTYPE_QUADS, |