From 1d1a384bd3049421b0c7a582571edd9ea98363da Mon Sep 17 00:00:00 2001
From: johns <>
Date: Sun, 13 Aug 2000 11:58:11 +0000
Subject: [PATCH] Added SaveTileset call.

---
 src/stratagus/stratagus.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/stratagus/stratagus.cpp b/src/stratagus/stratagus.cpp
index f77eb4e05..50043bb14 100644
--- a/src/stratagus/stratagus.cpp
+++ b/src/stratagus/stratagus.cpp
@@ -156,9 +156,11 @@ global void SaveAll(void)
 
     SaveUnitTypes(file);
     SaveUnits(file);
+    SaveTileset(file);
     SaveMap(file);
     SaveUpgrades(file);
     SaveDependencies(file);
+
     // FIXME: find all state information which must be saved.
 
     fclose(file);
@@ -225,7 +227,6 @@ global char* strdcat3(const char* l, const char* m, const char* r) {
 global int main1(int argc __attribute__ ((unused)),
 	char** argv __attribute__ ((unused)))
 {
-
     printf("%s\n  written by Lutz Sammer, Fabrice Rossi, Vladi Shabanski, Patrice Fortier,\n  Jon Gabrielson, Andreas Arens and others."
 #ifdef USE_CCL2
     "\n  SIOD Copyright by George J. Carrette."