(svn r21846) -Codechange: move documentation towards the code to make it more likely to be updated [o-s].

This commit is contained in:
rubidium
2011-01-18 23:09:43 +00:00
parent ec4f688ca0
commit 0cf2ef83f0
24 changed files with 360 additions and 409 deletions

View File

@@ -17,6 +17,10 @@
#include "saveload.h"
/**
* Converts this order from an old savegame's version;
* it moves all bits to the new location.
*/
void Order::ConvertFromOldSavegame()
{
uint8 old_flags = this->flags;