Quick code review to refresh my memory.

This commit is contained in:
Zed A. Shaw 2025-10-09 01:23:01 -04:00
parent ee9f8c7c4b
commit 517de91a5b
8 changed files with 27 additions and 18 deletions

View file

@ -360,7 +360,7 @@ void System::pickup() {
} else if(world.has<Device>(entity)) {
System::device(world, level.player, entity);
} else {
// Bug #81 is related to this
dbc::log("BUG: is this a bug in pickup?!");
}
}