adi64 / terminus

Game Programming Seminar 2014/15
3 stars 0 forks source link

Train not moving initially #120

Closed Fidge123 closed 9 years ago

Fidge123 commented 9 years ago

Sometimes the train (either enemy or self) are not moving at the beginning of the game The train does not start at the expected position (too far forward not at the same position as enemy train).

Fidge123 commented 9 years ago

Seems like there are 4 possible scenarios:

  1. playerTrain is far ahead of enemyTrain
  2. playerTrain and enemyTrain are at the correct position 1 of them is stuck
  3. playerTrain and enemyTrain are far of from the start but synchronized
  4. both work as expected
Fidge123 commented 9 years ago

this bug possibly does not happen in commit #3c49a8b yet