adonthell-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Adonthell-commits] CVS: adonthell/src/tools/dlgedit dlg_compiler.cc,1.4


From: Kai Sterker <address@hidden>
Subject: [Adonthell-commits] CVS: adonthell/src/tools/dlgedit dlg_compiler.cc,1.4,1.5
Date: Fri, 12 Apr 2002 16:02:53 -0400

Update of /cvsroot/adonthell/adonthell/src/tools/dlgedit
In directory subversions:/tmp/cvs-serv16144/tools/dlgedit

Modified Files:
        dlg_compiler.cc 
Log Message:
FIXED comment in the dialogue scripts generated by dlgedit
FIXED (most likely) issue that caused massive problems with the windows port


Index: dlg_compiler.cc
===================================================================
RCS file: /cvsroot/adonthell/adonthell/src/tools/dlgedit/dlg_compiler.cc,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** dlg_compiler.cc     12 Apr 2002 15:35:41 -0000      1.4
--- dlg_compiler.cc     12 Apr 2002 20:02:51 -0000      1.5
***************
*** 433,437 ****
  {
      // begin dialogue array
!     file << "\t# -- (speaker, code, stop, (text, operation, condition, ...))"
           << "\n\tdlg = [\\\n"
           << "\t\t(None, -1, (";
--- 433,437 ----
  {
      // begin dialogue array
!     file << "\t# -- (speaker, code, ((text, operation, condition), ...))"
           << "\n\tdlg = [\\\n"
           << "\t\t(None, -1, (";




reply via email to

[Prev in Thread] Current Thread [Next in Thread]