From 51cfa3153b45bb131898c21444b5dde22ea353e7 Mon Sep 17 00:00:00 2001 From: Joshua Rahm Date: Wed, 11 Dec 2013 02:45:49 -0700 Subject: fixed warning --- sons_of_sol/private_db/AIShip.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sons_of_sol/private_db/AIShip.cpp b/sons_of_sol/private_db/AIShip.cpp index 1115c20..5940e42 100644 --- a/sons_of_sol/private_db/AIShip.cpp +++ b/sons_of_sol/private_db/AIShip.cpp @@ -24,7 +24,7 @@ void AIShip::setModel( slox::SloxModelObject* high, slox::SloxModelObject* med, s_really_far_away_model = new glox::GloxCube( 4, 0.5, 8, GloxColor(245,245,220) ); } void AIShip::setUpdateFunction( Updater* updater ){ - update_func = update_func; + update_func = updater; /* Update 3 times so we have a full set * of points to start with */ -- cgit