Roms list properly handle sorting + use ircolib's log so i can stop worrying about re-definition of macros and shit
This commit is contained in:
@@ -63,10 +63,10 @@ void Scheduler::HandleEvents() {
|
||||
case NONE:
|
||||
break;
|
||||
case IMPOSSIBLE:
|
||||
panic("Impossible scheduler event happened");
|
||||
ircolib::panic("Impossible scheduler event happened");
|
||||
return;
|
||||
default:
|
||||
panic("Unknown scheduler event type {}", static_cast<int>(type));
|
||||
ircolib::panic("Unknown scheduler event type {}", static_cast<int>(type));
|
||||
return;
|
||||
}
|
||||
events.pop();
|
||||
|
||||
Reference in New Issue
Block a user