swap min and max size to correct places

This commit is contained in:
Martin Schaffner 2004-08-28 17:44:48 +00:00
parent eff856eeb0
commit 0f578b90f8
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2004-08-28 Chris Taylor <c.taylor@student.curtin.edu.au>
* arch/carbon/descent.r: swap min and max size to correct places
2004-08-06 Chris Taylor <c.taylor@student.curtin.edu.au>
* main/gamesave.c: fix a bug introduced with the change of 2004-06-26

View file

@ -18,8 +18,8 @@ resource 'SIZE' (-1) {
reserved,
reserved,
reserved,
30000*1024, // 30 megs minimum
50000*1024 // 50 megs maximum
50000*1024, // 50 megs maximum
30000*1024 // 30 megs minimum
};
data 'carb' (0) {};