SHA256
1
0
forked from pool/7kaa
7kaa/7kaa-no-return-in-nonvoid-function.patch
Dirk Stoecker 4871477987 Accepting request 820714 from home:Kieltux:branches:games
- Update to 2.15.4p1
  * This is a patch release to fix a few issues with 2.15.4.
    All users should upgrade.
- Update to 2.15.4
  * Fixed a problem in multiplayer that halted the game play.
  * Added option to play with the original seven kingdoms, and
    enabled on original scenarios.
  * Apply the leadership bonus when the general is in fort for
    defending soldiers in range.
  * Fixed the mobile general range calculation for the leadership
    bonus to not apply to the troop anywhere on the map.
  * Apply the leadership bonus when the general is on a ship for
    defending soldiers in range.
  * Updated translations.
  * Added hotkeys for managing the build menu in the War Factory,
    Harbor, and Town.
  * Restored support for real full screen resolution that requires
    a screen mode change.
  * Improved dynamic UI button and text layout.
  * Added Polish translation.
  * Added trade locations to the trade report.
  * Sort and filter trade locations based on the map selected
    caravan.
  * Allow setting stops using the trade report.
  * Allow copying trade routes using the trade report.
- Add 7kaa-no-return-in-nonvoid-function.patch
- Clean with spec-cleaner

OBS-URL: https://build.opensuse.org/request/show/820714
OBS-URL: https://build.opensuse.org/package/show/games/7kaa?expand=0&rev=24
2020-07-17 07:15:31 +00:00

13 lines
434 B
Diff

diff -Nur 7kaa-2.15.4p1/include/OFIRM.h new/include/OFIRM.h
--- 7kaa-2.15.4p1/include/OFIRM.h 2020-07-11 04:47:28.000000000 +0200
+++ new/include/OFIRM.h 2020-07-13 17:12:35.540867933 +0200
@@ -322,7 +322,7 @@
void detect_info_both();
virtual void put_info(int refreshFlag) {;}
- virtual int detect_info() {;}
+ virtual int detect_info() {return 0;}
void sort_worker();
void process_animation();