OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
1.6 KiB

  1. # --- T2-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # T2 SDE: package/.../enigma/gcc41.patch
  5. # Copyright (C) 2006 The T2 SDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This patch file is dual-licensed. It is available under the license the
  10. # patched project is licensed under, as long as it is an OpenSource license
  11. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  12. # of the GNU General Public License as published by the Free Software
  13. # Foundation; either version 2 of the License, or (at your option) any later
  14. # version.
  15. # --- T2-COPYRIGHT-NOTE-END ---
  16. diff -Nur enigma-0.92-orig/src/file_internal.hh enigma-0.92/src/file_internal.hh
  17. --- enigma-0.92-orig/src/file_internal.hh 2004-10-22 17:26:25.000000000 +0000
  18. +++ enigma-0.92/src/file_internal.hh 2006-04-24 10:47:58.454124250 +0000
  19. @@ -19,7 +19,7 @@
  20. class GameFS {
  21. public:
  22. - GameFS::GameFS();
  23. + GameFS();
  24. void clear() { entries.clear(); }
  25. diff -Nur enigma-0.92-orig/src/stones_simple.cc enigma-0.92/src/stones_simple.cc
  26. --- enigma-0.92-orig/src/stones_simple.cc 2005-03-02 20:33:36.000000000 +0000
  27. +++ enigma-0.92/src/stones_simple.cc 2006-04-24 10:52:34.731390500 +0000
  28. @@ -1672,7 +1672,7 @@
  29. KillStone(p);
  30. SetItem(p, it_explosion1);
  31. }
  32. - void BombStone::message(const string &msg, const Value &) {
  33. + void message(const string &msg, const Value &) {
  34. if (msg =="expl" || msg =="bombstone")
  35. change_state(BREAK);
  36. }