diff options
author | Nikolay Korolev <nickvnuk@gmail.com> | 2020-05-17 23:34:24 +0200 |
---|---|---|
committer | Nikolay Korolev <nickvnuk@gmail.com> | 2020-05-17 23:34:24 +0200 |
commit | 5ab2c85e977ffa98a204fb64070ab8acbba214af (patch) | |
tree | 1987c7dba46cc3b5aebfbdef31a5faa8befbac74 /src/vehicles/Automobile.cpp | |
parent | a few more stubs (diff) | |
download | re3-5ab2c85e977ffa98a204fb64070ab8acbba214af.tar re3-5ab2c85e977ffa98a204fb64070ab8acbba214af.tar.gz re3-5ab2c85e977ffa98a204fb64070ab8acbba214af.tar.bz2 re3-5ab2c85e977ffa98a204fb64070ab8acbba214af.tar.lz re3-5ab2c85e977ffa98a204fb64070ab8acbba214af.tar.xz re3-5ab2c85e977ffa98a204fb64070ab8acbba214af.tar.zst re3-5ab2c85e977ffa98a204fb64070ab8acbba214af.zip |
Diffstat (limited to 'src/vehicles/Automobile.cpp')
-rw-r--r-- | src/vehicles/Automobile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vehicles/Automobile.cpp b/src/vehicles/Automobile.cpp index aff09b8c..aad31bbf 100644 --- a/src/vehicles/Automobile.cpp +++ b/src/vehicles/Automobile.cpp @@ -4620,7 +4620,7 @@ CAutomobile::TellHeliToGoToCoors(float x, float y, float z, uint8 speed) AutoPilot.m_vecDestinationCoors.z = z; AutoPilot.m_nCruiseSpeed = speed; SetStatus(STATUS_PHYSICS); - assert(0); // TODO(MIAMI) + //TODO(MIAMI) } #ifdef COMPATIBLE_SAVES |