Browse Source

Changed SNFMulti engine version to 3.0.7 accounting for fixes and upgrades to underlying components.

git-svn-id: https://svn.microneil.com/svn/SNFMulti/trunk@20 dc71a809-1921-45c4-985c-09c81d0142d9
wx
madscientist 15 years ago
parent
commit
475833df1c
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      SNFMulti.cpp

+ 2
- 2
SNFMulti.cpp View File

@@ -23,7 +23,7 @@ using namespace std;

//// Version Info

const char* SNF_ENGINE_VERSION = "SNFMulti Engine Version 3.0.6 Build: " __DATE__ " " __TIME__;
const char* SNF_ENGINE_VERSION = "SNFMulti Engine Version 3.0.7 Build: " __DATE__ " " __TIME__;

//// Script Caller Methods

@@ -84,7 +84,7 @@ void ScriptCaller::trigger() {

int ScriptCaller::LastResult() { // Return the result code from
return myLastResult; // the last system() call.
}
}

void ScriptCaller::myTask() { // Safely call system() when triggered.
Sleeper WaitATic(1000); // One second sleeper.

Loading…
Cancel
Save