FreeBSD Bugzilla – Attachment 45357 Details for
Bug 69949
Fix GCC3.4.2-related problems for games/scummvm on -CURRENT
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch-aa
patch-aa (text/plain), 402 bytes, created by
Andreas Braml
on 2004-08-03 15:40:24 UTC
(
hide
)
Description:
patch-aa
Filename:
MIME Type:
Creator:
Andreas Braml
Created:
2004-08-03 15:40:24 UTC
Size:
402 bytes
patch
obsolete
>--- scumm/actor.cpp.orig Tue Aug 3 15:55:01 2004 >+++ scumm/actor.cpp Tue Aug 3 15:55:35 2004 >@@ -789,14 +789,14 @@ > return _V1_talkingActor; > else > return VAR(VAR_TALK_ACTOR); >-}; >+} > > void ScummEngine::talkingActor(int value) { > if (_gameId == GID_MANIAC && _version == 1) > _V1_talkingActor = value; > else > VAR(VAR_TALK_ACTOR) = value; >-}; >+} > > void ScummEngine::showActors() { > int i;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 69949
: 45357 |
45358