aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/adrift/scinterf.cpp
AgeCommit message (Collapse)Author
2019-09-30GLK: ADRIFT: Fix Remaining GCC WarningsD G Turner
These were from -Wignored-qualifiers. Adding the const keyword to the cast does not do anything since the assignment target is qualified by const in any case hence this is ignored and generates a warning.
2019-09-30GLK: ADRIFT: Add const qualifier for some function call parametersD G Turner
2019-09-25GLK: ADRIFT: Convert overall game quit long jump to use contextsPaul Gilbert
2019-09-25GLK: ADRIFT: FormattingPaul Gilbert
2019-09-25GLK: ADRIFT: Formattingdreammaster
2019-09-25GLK: ADRIFT: Fix exiting game out of debug promptPaul Gilbert
2019-09-25GLK: ADRIFT: Skeleton sub-engine commitPaul Gilbert