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
..
2021-08-22 22:25:33 +03:00
2021-05-07 01:29:53 +02:00
2021-05-08 13:43:29 +02:00
2021-05-07 01:29:52 +02:00
2021-05-08 13:43:29 +02:00
2021-05-08 13:43:29 +02:00
2021-05-17 01:55:21 +02:00
2021-05-07 01:29:52 +02:00
2021-05-07 01:29:53 +02:00
2021-05-07 01:29:53 +02:00
2021-05-08 13:43:29 +02:00
2021-05-07 01:29:53 +02:00
2021-05-12 23:19:19 +02:00
2021-05-08 13:43:29 +02:00