Changeset 9747 in orxonox.OLD for branches/new_class_id/src/lib/script_engine/script.cc
- Timestamp:
- Sep 16, 2006, 9:35:30 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/lib/script_engine/script.cc
r9746 r9747 216 216 if(error != 0) 217 217 { 218 PRINTF(1)("Script '%s' : Failed to execute function '%s': \n",currentFile.c_str(),currentFunction.c_str());218 printf("Script '%s' : Failed to execute function '%s': \n",currentFile.c_str(),currentFunction.c_str()); 219 219 reportError(error); 220 220 //clean up
Note: See TracChangeset
for help on using the changeset viewer.