summaryrefslogtreecommitdiffhomepage
path: root/Stars45/TrackIR.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Stars45/TrackIR.cpp')
-rw-r--r--Stars45/TrackIR.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/Stars45/TrackIR.cpp b/Stars45/TrackIR.cpp
index 5cc7e2d..11c4619 100644
--- a/Stars45/TrackIR.cpp
+++ b/Stars45/TrackIR.cpp
@@ -106,7 +106,7 @@ static const char* NPErrString(NPRESULT r)
// +--------------------------------------------------------------------+
-TrackIR::TrackIR() :
+TrackIR::TrackIR() :
running(false), frame_signature(0),
az(0), el(0), x(0), y(0), z(0)
{
@@ -149,17 +149,17 @@ az(0), el(0), x(0), y(0), z(0)
}
- // It is *required* that your application registers the Developer ID
+ // It is *required* that your application registers the Developer ID
// assigned by NaturalPoint!
- // Your assigned developer ID needs to be inserted below!
+ // Your assigned developer ID needs to be inserted below!
#define NP_DEVELOPER_ID 6401
- // NOTE : The title of your project must show up
+ // NOTE : The title of your project must show up
// in the list of supported titles shown in the Profiles
// tab of the TrackIR software, if it does not then the
// TrackIR software will *not* transmit data to your
- // application. If your title is not present in the list,
+ // application. If your title is not present in the list,
// you may need to have the TrackIR software perform a
// game list update (to download support for new Developer IDs)
// using the menu item under the "Help" or "Update" menu.