浏览代码

fix playJournal instruction in comments

blackwc 10 年之前
父节点
当前提交
ca37e9f84e
共有 4 个文件被更改,包括 4 次插入4 次删除
  1. 1 1
      Templates/Empty/game/main.cs
  2. 1 1
      Templates/Empty/game/main.cs.in
  3. 1 1
      Templates/Full/game/main.cs
  4. 1 1
      Templates/Full/game/main.cs.in

+ 1 - 1
Templates/Empty/game/main.cs

@@ -57,7 +57,7 @@ $displayHelp = false;
 
 // Use these to record and play back crashes
 //saveJournal("editorOnFileQuitCrash.jrn");
-//playJournal("editorOnFileQuitCrash.jrn", false);
+//playJournal("editorOnFileQuitCrash.jrn");
 
 //------------------------------------------------------------------------------
 // Check if a script file exists, compiled or not.

+ 1 - 1
Templates/Empty/game/main.cs.in

@@ -57,7 +57,7 @@ $displayHelp = false;
 
 // Use these to record and play back crashes
 //saveJournal("editorOnFileQuitCrash.jrn");
-//playJournal("editorOnFileQuitCrash.jrn", false);
+//playJournal("editorOnFileQuitCrash.jrn");
 
 //------------------------------------------------------------------------------
 // Check if a script file exists, compiled or not.

+ 1 - 1
Templates/Full/game/main.cs

@@ -57,7 +57,7 @@ $displayHelp = false;
 
 // Use these to record and play back crashes
 //saveJournal("editorOnFileQuitCrash.jrn");
-//playJournal("editorOnFileQuitCrash.jrn", false);
+//playJournal("editorOnFileQuitCrash.jrn");
 
 //------------------------------------------------------------------------------
 // Check if a script file exists, compiled or not.

+ 1 - 1
Templates/Full/game/main.cs.in

@@ -57,7 +57,7 @@ $displayHelp = false;
 
 // Use these to record and play back crashes
 //saveJournal("editorOnFileQuitCrash.jrn");
-//playJournal("editorOnFileQuitCrash.jrn", false);
+//playJournal("editorOnFileQuitCrash.jrn");
 
 //------------------------------------------------------------------------------
 // Check if a script file exists, compiled or not.