mirror of the now-defunct rocklinux.org
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.

53 lines
1.3 KiB

  1. diff -rduN scummvm-old/base/main.cpp scummvm-new/base/main.cpp
  2. --- scummvm-old/base/main.cpp 2004-03-14 14:45:12.000000000 +0100
  3. +++ scummvm-new/base/main.cpp 2004-05-24 00:15:18.000000000 +0200
  4. @@ -262,7 +262,7 @@
  5. // Free up memory
  6. delete engine;
  7. -};
  8. +}
  9. #ifndef _WIN32_WCE
  10. int main(int argc, char *argv[]) {
  11. diff -rduN scummvm-old/scumm/actor.cpp scummvm-new/scumm/actor.cpp
  12. --- scummvm-old/scumm/actor.cpp 2004-02-25 05:37:28.000000000 +0100
  13. +++ scummvm-new/scumm/actor.cpp 2004-05-23 21:36:52.000000000 +0200
  14. @@ -789,14 +789,14 @@
  15. return _V1_talkingActor;
  16. else
  17. return VAR(VAR_TALK_ACTOR);
  18. -};
  19. +}
  20. void ScummEngine::talkingActor(int value) {
  21. if (_gameId == GID_MANIAC && _version == 1)
  22. _V1_talkingActor = value;
  23. else
  24. VAR(VAR_TALK_ACTOR) = value;
  25. -};
  26. +}
  27. void ScummEngine::showActors() {
  28. int i;
  29. diff -rduN scummvm-old/scumm/debugger.cpp scummvm-new/scumm/debugger.cpp
  30. --- scummvm-old/scumm/debugger.cpp 2004-02-13 11:26:40.000000000 +0100
  31. +++ scummvm-new/scumm/debugger.cpp 2004-05-23 21:37:21.000000000 +0200
  32. @@ -57,7 +57,7 @@
  33. va_end(va);
  34. debug(buf);
  35. -};
  36. +}
  37. ScummDebugger::ScummDebugger(ScummEngine *s)
  38. : Common::Debugger<ScummDebugger>() {
  39. @@ -592,7 +592,7 @@
  40. DebugPrintf("Unknown flag. Type 'Debug ?' for syntax\n");
  41. return true;
  42. -};
  43. +}
  44. bool ScummDebugger::Cmd_DebugLevel(int argc, const char **argv) {
  45. if (argc == 1) {