GeForce? I'm using GeForce2 MX...
Seems that they're suspiciously related, if it's a graphic driver flaw, nothing can be done I think.
Seems that they're suspiciously related, if it's a graphic driver flaw, nothing can be done I think.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menuint hiscore;
int hischandle=FileOpen ("hiscore.dat", FILE_READ); if (hischandle==0) {// file not exists, create one. hiscore=0; hischandle=FileOpen ("hiscore.dat", FILE_WRITE); FileWriteInt (hischandle, hiscore); FileClose(hischandle); } else { // file exists, read its content into hiscore hiscore=FileReadInt(hischandle); FileClose(hischandle); }
if (score>hiscore) { //if you break the hi score hiscore = score; int hischandle=FileOpen ("hiscore.dat", FILE_WRITE); if (hischandle==0) {// file error Display("The Game could not retreive the requested file."); } else { // write to file FileWriteInt(hischandle, hiscore); FileClose(hischandle); } }
Quote from: Hollister Man on Wed 16/06/2004 03:42:10Could you just adjust your monitor's setting for it?
I run in a window because my monitor throws the screen way off to the side in 640 mode.
Quote from: Migs on Tue 15/06/2004 13:47:53Agreed whole-heartedly.
What's wrong with Roger?Ã, There's nothing wrong with Roger.Ã, I think we need more games with Roger.
if (interface == 5) { /* remove this portion CentreGUI (5); GUIOn (5); ListBoxSetSelected (5, 4, -1); */ if (button==2) { GUIOff (5);} if (button==3) { sele = ListBoxGetSelected (5, 4); index=ListBoxGetNumItems (5, 4); if (index<20) { //ListBoxGetItemText (5,4,ListBoxGetSelected(5, 4),sele); if (sele==-1){ GetTextBoxText (5, 1,text); GUIOff (5); SaveGameSlot (index+1,text);} else { ListBoxGetItemText (5,4,ListBoxGetSelected(5,4),text); GUIOff (5); SaveGameSlot(savegameindex[index],text); } else { index=ListBoxGetSelected (5, 4); GetTextBoxText (5, 1,text); GUIOff (5); SaveGameSlot(savegameindex[index],text); } }
Quote from: Hollister Man on Wed 09/06/2004 18:19:24Was it 320x240 ?
320x2?0 - Hi Color
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 2.858 seconds with 15 queries.