Fixed fuel usage estimate to selected destination on the starmap.

Original bug, not reported.


git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1278 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2003-10-16 21:38:13 +00:00
parent 250bd3e466
commit c4fc899bcf
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -1,4 +1,6 @@
Changes towards version 0.4:
- Fixed fuel usage estimate to selected destination on the starmap.
(original bug, not reported) - SvdB
- Sound decoders refactoring: decoders are now virtualized,
the high-level decoding code is unified and any format is
theoretically streamable -Alex