Welcome, Unregistered.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Reply
Old 04-Aug-2002, 04:00   #1
Bigus Dickus
Member
 
Join Date: Feb 2002
Posts: 772
Default Why doens't [code] tags use a fixed width font?

Question is self explanitory. Isn't that the purpose of using code tags?
__________________
Looks like it was option "B." Sigh.
Bigus Dickus is offline   Reply With Quote
Old 05-Aug-2002, 09:58   #2
Dave Baumann
Gamerscore Wh...
 
Join Date: Jan 2002
Posts: 12,989
Default

Well, I think the code tag also doen't removed extranious spaces as would normally occur.

I'll check it out on the phpBB forums.
__________________
Expand. Accelerate. Dominate.
Tweet Tweet!
Dave Baumann is offline   Reply With Quote
Old 05-Aug-2002, 10:02   #3
Dave Baumann
Gamerscore Wh...
 
Join Date: Jan 2002
Posts: 12,989
Default

Mmmmm. It appears to be our templates that are a little screwed. I'll have to have a dig around later to see if I can sort it.
__________________
Expand. Accelerate. Dominate.
Tweet Tweet!
Dave Baumann is offline   Reply With Quote
Old 05-Aug-2002, 15:44   #4
Bigus Dickus
Member
 
Join Date: Feb 2002
Posts: 772
Default

mmkay, thanks.
__________________
Looks like it was option "B." Sigh.
Bigus Dickus is offline   Reply With Quote
Old 06-Aug-2002, 08:57   #5
Dave Baumann
Gamerscore Wh...
 
Join Date: Jan 2002
Posts: 12,989
Default

Code:
test
Mmmmm, seem to work now!
__________________
Expand. Accelerate. Dominate.
Tweet Tweet!
Dave Baumann is offline   Reply With Quote
Old 06-Aug-2002, 14:09   #6
RussSchultz
Professional Malcontent
 
Join Date: Feb 2002
Location: HTTP 404
Posts: 2,855
Default

Code:
EncInitWaveHeader
    move    #>$000011,x0
    move    x0,y:wformattag
    move    #>$000001,x0
    move    x0,y:nchannels
    move    #>512,x0
    move    x0,y:nblockalign
    move    #>4,x0
    move    x0,y:wbitspersample
    move    #>2,x0
    move    x0,y:cbsize


    while(!bDone)
	{
        if(bRefreshDisplay)
        {
            SysCallFunction(RSRC_DISPLAY_CODE_BANK,RefreshDisplay,DisplayHint.I,1,0);
            //after displaying, clear all display hints
            DisplayHint.I=0;
		    bRefreshDisplay = FALSE;
        }
        
        //wait on either a EVENT_BUTTON or EVENT_MESSAGE
        iEvent = SysWaitOnEvent(EVENT_MESSAGE|EVENT_BUTTON,&gEventInfo.msg,-1);        

        //This block is for handling the player state machine related messages.  
        bSendToPlayerStateMachine=FALSE;
Seems to work ok.
RussSchultz is offline   Reply With Quote
Old 06-Aug-2002, 15:18   #7
Bigus Dickus
Member
 
Join Date: Feb 2002
Posts: 772
Default

Thanks Dave.
__________________
Looks like it was option "B." Sigh.
Bigus Dickus is offline   Reply With Quote

Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Rome:Total War patch 1.2 finally out hoom PC Games 11 16-Jan-2007 02:36
DOOM 3 1.05 Beta Patch Unknown Soldier PC Games 35 13-Sep-2004 19:17
UT2K3 Beta Patch alexsok PC Games 1 13-Oct-2002 23:24


All times are GMT +1. The time now is 18:00.


Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.