Post edit history
Should everything be 6% cheaper?
| Before | After | ||
|---|---|---|---|
| 1 | [quote]rts/Sim/Misc/GlobalConstants.h | 1 | [quote]rts/Sim/Misc/GlobalConstants.h |
| 2 | \n | 2 | \n |
| 3 | /** | 3 | /** |
| 4 | * @brief game speed | 4 | * @brief game speed |
| 5 | * | 5 | * |
| 6 | * Defines the game-/sim-frames per second. | 6 | * Defines the game-/sim-frames per second. |
| 7 | */ | 7 | */ |
| 8 | const int GAME_SPEED = 30; | 8 | const int GAME_SPEED = 30; |
| 9 | [/quote] | 9 | [/quote] |
| 10 | \n | ||
| 11 | Fix seems simple :D |
