No need to endless loop here.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12008 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Lotz 2005-03-25 21:39:53 +00:00
parent d31e3b8e27
commit 96b832ac57

View File

@ -91,6 +91,7 @@ void Desktop::Init(void)
{
driver = new AccelerantDriver();
AddDriver(driver);
initDrivers = false;
}
}
case DIRECTDRIVER: