diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-06-08 21:04:14 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-06-08 21:04:14 (GMT) |
| commit | 0ee1e1875d00876b946f358308f39dc33ef96ea4 (patch) | |
| tree | c0ea64b19f03541cb71b96ed3acc4c6c3e2e1834 /src/client/GameSave.h | |
| parent | 1dadb11fc218786a36cc46714a0478e229ca44a9 (diff) | |
| download | powder-0ee1e1875d00876b946f358308f39dc33ef96ea4.zip powder-0ee1e1875d00876b946f358308f39dc33ef96ea4.tar.gz | |
Load save data when showing the save preview
Diffstat (limited to 'src/client/GameSave.h')
| -rw-r--r-- | src/client/GameSave.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/GameSave.h b/src/client/GameSave.h index 283ed4e..ffb7c6d 100644 --- a/src/client/GameSave.h +++ b/src/client/GameSave.h @@ -34,7 +34,7 @@ class GameSave { public: - int width, height; + int blockWidth, blockHeight; //Simulation data //int ** particleMap; |
