Commit Graph
4 Commits
Author SHA1 Message Date
Eugene Sandulenko abea37c9bb ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
Kai Knoblich 3101573007 SLUDGE: Fix build with Clang >= 11.0.0
Clang 11 and newer check the types of return values more strictly and
generate an error if there is a discrepancy.

However the "bool loadGame()" function, returns the value "NULL", if
loading of a savegame was unsucessful, whereas Clang expects a return
value of type "bool".

Remedy the issue by using "false" as return value instead of "NULL".
2021-09-10 19:38:12 +03:00
Eugene Sandulenko 34f7e04c4f SLUDGE: Initial code for bg effects 2021-05-17 01:55:21 +02:00
Eugene Sandulenko 524193ac26 SLUDGE: Rename loadsave.* -> saveload.* for consistency 2021-05-15 17:17:23 +02:00