mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
Implement/match LegoVideoManager::Tickle (#409)
* Implement LegoVideoManager::Tickle * Match * Remove duplicate annotations * Add missing annotations * Rename list functions * Fix * Rename some symbols
This commit is contained in:

committed by
GitHub

parent
27269647f8
commit
dac2a517c3
@@ -63,3 +63,10 @@ void Lego3DManager::Destroy()
|
||||
delete m_viewLODListManager;
|
||||
m_viewLODListManager = NULL;
|
||||
}
|
||||
|
||||
// STUB: LEGO1 0xx100ab4b0
|
||||
double Lego3DManager::FUN_100ab4b0(double p_und)
|
||||
{
|
||||
// TODO
|
||||
return 0.0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user