Revision: 2682
          http://rigsofrods.svn.sourceforge.net/rigsofrods/?rev=2682&view=rev
Author:   rorthomas
Date:     2012-05-26 03:04:40 +0000 (Sat, 26 May 2012)
Log Message:
-----------
fixed some bug from a patch

Modified Paths:
--------------
    trunk/source/main/gameplay/RoRFrameListener.cpp

Modified: trunk/source/main/gameplay/RoRFrameListener.cpp
===================================================================
--- trunk/source/main/gameplay/RoRFrameListener.cpp     2012-05-26 03:03:47 UTC 
(rev 2681)
+++ trunk/source/main/gameplay/RoRFrameListener.cpp     2012-05-26 03:04:40 UTC 
(rev 2682)
@@ -1241,7 +1241,7 @@
 
 
 
-void updateCruiseControl(Beam* curr_truck, float dt)
+void RoRFrameListener::updateCruiseControl(Beam* curr_truck, float dt)
 {
        if (INPUTENGINE.getEventValue(EV_TRUCK_BRAKE) > 0.05f ||
                INPUTENGINE.getEventValue(EV_TRUCK_MANUAL_CLUTCH) > 0.05f ||
@@ -1325,7 +1325,7 @@
        }
 }
 
-void checkSpeedlimit(Beam* curr_truck, float dt)
+void RoRFrameListener::checkSpeedlimit(Beam* curr_truck, float dt)
 {
        if (curr_truck->sl_enabled && curr_truck->engine->getGear() != 0)
        {

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Rigsofrods-devel mailing list
Rigsofrods-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rigsofrods-devel

Reply via email to