From: <or...@us...> - 2004-02-20 08:53:47
|
Update of /cvsroot/timewarp/source/games In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26959/source/games Modified Files: gsamp2.cpp Log Message: "error.dmo" demo recording saved on errors tw_sys.log more verbose, particularly for errors other error-handling-related tweaks bug fix in tw dialog player suppress inappropriate error message in title music loading changed error("quit") to quit("quit") in the last place or two Index: gsamp2.cpp =================================================================== RCS file: /cvsroot/timewarp/source/games/gsamp2.cpp,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** gsamp2.cpp 29 Jan 2004 21:20:28 -0000 1.8 --- gsamp2.cpp 20 Feb 2004 08:42:43 -0000 1.9 *************** *** 141,145 **** message.print(9999000, 15, buffy); switch (tw_alert(buffy, "Exit", "Continue", "Try Again")) { ! case 1: error ( "quit" ); case 2: break; case 3: restart(); --- 141,145 ---- message.print(9999000, 15, buffy); switch (tw_alert(buffy, "Exit", "Continue", "Try Again")) { ! case 1: quit ( "quit" ); case 2: break; case 3: restart(); |