mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-01-26 12:43:33 +00:00
updated the header comments to 2018, also added the missing ones
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// Hyperbolic Rogue
|
||||
// implementation of various simple flags for lands, items, monsters, and walls
|
||||
|
||||
// Copyright (C) 2011-2016 Zeno Rogue, see 'hyper.cpp' for details
|
||||
// Copyright (C) 2011-2018 Zeno Rogue, see 'hyper.cpp' for details
|
||||
|
||||
bool isIcyLand(eLand l) {
|
||||
return l == laIce || l == laCocytus || l == laBlizzard;
|
||||
|
||||
Reference in New Issue
Block a user