Age | Commit message (Collapse) | Author |
|
- Disable duplicate if block
- Fix potentially uninitialized variables
- Change _activeMenu to be a regular pointer, instead of a SharedPtr - it was not
initialized correctly
- Fix struct packing in structs with pointers to complex objects
- Fix sound initialization
- Fix memory leaks (handles to files which were never deleted)
|
|
The if checks that StarTrekEngine::sin is doing to evaluate the
correct index for the sine table lookup are already done in
Common::SineTable::at().
|
|
Currently, it is reloaded every atan call.
|
|
|
|
|
|
Handles drawing, scaling, probably rotating objects in space.
|
|
|