Revision: 2686
          http://rigsofrods.svn.sourceforge.net/rigsofrods/?rev=2686&view=rev
Author:   rorthomas
Date:     2012-05-26 03:38:03 +0000 (Sat, 26 May 2012)
Log Message:
-----------
renamed genv

Modified Paths:
--------------
    trunk/source/main/RoRPrerequisites.h
    trunk/source/main/framework/AdvancedOgreFramework.cpp
    trunk/source/main/gameplay/GEnv.h

Modified: trunk/source/main/RoRPrerequisites.h
===================================================================
--- trunk/source/main/RoRPrerequisites.h        2012-05-26 03:36:26 UTC (rev 
2685)
+++ trunk/source/main/RoRPrerequisites.h        2012-05-26 03:38:03 UTC (rev 
2686)
@@ -234,6 +234,6 @@
        HIDE_MIRROR       = BITMASK(3),
 };
 
-extern GEnv *gEnv;
+extern GlobalEnvironment *gEnv;
 
 #endif // __RoRPrerequisites_H_

Modified: trunk/source/main/framework/AdvancedOgreFramework.cpp
===================================================================
--- trunk/source/main/framework/AdvancedOgreFramework.cpp       2012-05-26 
03:36:26 UTC (rev 2685)
+++ trunk/source/main/framework/AdvancedOgreFramework.cpp       2012-05-26 
03:38:03 UTC (rev 2686)
@@ -14,7 +14,7 @@
 using namespace Ogre;
 
 
-GEnv *gEnv = new GEnv();
+GlobalEnvironment *gEnv = new GlobalEnvironment();
 
 //|||||||||||||||||||||||||||||||||||||||||||||||
 

Modified: trunk/source/main/gameplay/GEnv.h
===================================================================
--- trunk/source/main/gameplay/GEnv.h   2012-05-26 03:36:26 UTC (rev 2685)
+++ trunk/source/main/gameplay/GEnv.h   2012-05-26 03:38:03 UTC (rev 2686)
@@ -23,7 +23,7 @@
 class RoRFrameListener;
 class TerrainManager;
 
-class GEnv
+class GlobalEnvironment
 {
 public:
        Ogre::Root *ogreRoot;

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
[email protected]
https://lists.sourceforge.net/lists/listinfo/rigsofrods-devel

Reply via email to