Parcourir la 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 il y a 15 ans
Parent
révision
475833df1c
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2
    2
      SNFMulti.cpp

+ 2
- 2
SNFMulti.cpp Voir le fichier

@@ -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.

Chargement…
Annuler
Enregistrer