mirror of
https://github.com/glest/glest-source.git
synced 2025-09-01 20:12:40 +02:00
Updates to get things compiling under linux properly with streflop
This commit is contained in:
@@ -269,7 +269,7 @@ int glestMain(int argc, char** argv){
|
||||
|
||||
#ifdef USE_STREFLOP
|
||||
|
||||
streflop_init<streflop::Double>();
|
||||
streflop_init<streflop::Simple>();
|
||||
printf("%s, STREFLOP enabled.\n",getNetworkVersionString().c_str());
|
||||
#else
|
||||
printf("%s, STREFLOP NOT enabled.\n",getNetworkVersionString().c_str());
|
||||
|
Reference in New Issue
Block a user