diff --git a/src/Main/fg_commands.cxx b/src/Main/fg_commands.cxx index ff97eb897..b24ca9002 100644 --- a/src/Main/fg_commands.cxx +++ b/src/Main/fg_commands.cxx @@ -502,7 +502,7 @@ do_timeofday (const SGPropertyNode * arg) int warp = 0; if ( offset_type == "real" ) { - warp = 0; + warp = -orig_warp; } else if ( offset_type == "dawn" ) { warp = fgTimeSecondsUntilSunAngle( cur_time, longitude->getDoubleValue()