Commit Graph
9 Commits
Author SHA1 Message Date
Eugene Sandulenko abea37c9bb ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
Eugene Sandulenko 5e7fe2dc57 JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
D G Turner cfc87ca205 GLK: ADRIFT: Fix Remaining GCC Warnings
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-30 06:11:17 +01:00
D G Turner 944b63cdce GLK: ADRIFT: Add const qualifier for some function call parameters 2019-09-30 05:50:44 +01:00
Paul Gilbert b44d36e97b GLK: ADRIFT: Convert overall game quit long jump to use contexts 2019-09-25 20:13:28 -07:00
Paul Gilbert c147d0fda0 GLK: ADRIFT: Formatting 2019-09-25 20:13:27 -07:00
dreammaster ac9b8fd43d GLK: ADRIFT: Formatting 2019-09-25 20:13:27 -07:00
Paul Gilbert 068375e48c GLK: ADRIFT: Fix exiting game out of debug prompt 2019-09-25 20:13:27 -07:00
Paul Gilbert 60c860c6a6 GLK: ADRIFT: Skeleton sub-engine commit 2019-09-25 20:13:26 -07:00