mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-04-02 16:57:04 +00:00
added missing 'override' markers
This commit is contained in:
parent
3b5733c935
commit
ee8b442300
@ -151,7 +151,7 @@ namespace binary {
|
||||
|
||||
hrmap_binary() : hrmap_hyperbolic() { set_seed(); }
|
||||
|
||||
heptagon *create_step(heptagon *parent, int d) {
|
||||
heptagon *create_step(heptagon *parent, int d) override {
|
||||
auto h = parent;
|
||||
switch(geometry) {
|
||||
case gBinaryTiling: {
|
||||
@ -320,7 +320,7 @@ namespace binary {
|
||||
return NULL;
|
||||
}
|
||||
|
||||
void draw() {
|
||||
void draw() override {
|
||||
dq::visited.clear();
|
||||
dq::enqueue(viewctr.at, cview());
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user