Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 28271 Details for
Bug 46094
Duke3D info text and Credits screen
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
duke3d-info-and-credits.patch (text/plain), 1.34 KB, created by
Ondrej Jombik
on 2004-03-29 03:45:25 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Ondrej Jombik
Created:
2004-03-29 03:45:25 UTC
Size:
1.34 KB
patch
obsolete
>diff -aur duke3d/source/menues.c duke3d.new/source/menues.c >--- duke3d/source/menues.c 2003-08-17 22:16:10.000000000 +0200 >+++ duke3d.new/source/menues.c 2004-03-29 01:59:28.000000000 +0200 >@@ -1747,9 +1747,10 @@ > case 996: > case 997: > >-// rotatesprite(c<<16,200<<15,65536L,0,MENUSCREEN,16,0,10+64,0,0,xdim-1,ydim-1); >-// rotatesprite(c<<16,19<<16,65536L,0,MENUBAR,16,0,10,0,0,xdim-1,ydim-1); >-// menutext(c,24,0,0,"CREDITS"); >+ c = (320>>1); >+ rotatesprite(c<<16,200<<15,65536L,0,MENUSCREEN,16,0,10+64,0,0,xdim-1,ydim-1); >+ rotatesprite(c<<16,19<<16,65536L,0,MENUBAR,16,0,10,0,0,xdim-1,ydim-1); >+ menutext(c,24,0,0,"CREDITS"); > > if(KB_KeyPressed(sc_Escape)) { cmenu(0); break; } > >@@ -1926,6 +1927,21 @@ > > menutext(c,67+16+16+16+16+16,SHX(-7),PHX(-7),"QUIT"); > >+ gametext(c,67+16+16+16+16+16+16+16,"Duke Nukem 3D for " >+#if defined PLATFORM_MACOSX >+ "MacOS" >+#elif defined PLATFORM_DOS >+ "MS-Dos" >+#elif defined PLATFORM_WIN32 >+ "Win32" >+#elif defined PLATFORM_UNIX >+ "UNIX/Linux" >+#else >+ "unknown" >+#endif >+ " platform" ,16,2+8+16); >+ gametext(c,67+16+16+16+16+16+16+16+9,"build " __DATE__ " " __TIME__,16,2+8+16); >+ > break; > // CTW END - MODIFICATION >
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 46094
: 28271