Only keep the remaining size in SQFile
commitf2b8d7c54363f66c5c00208594220ad23a256170
authorcirdan <cirdansw@gmail.com>
Sat, 18 Jul 2015 07:39:46 +0000 (18 09:39 +0200)
committercirdan <cirdansw@gmail.com>
Sat, 18 Jul 2015 07:39:46 +0000 (18 09:39 +0200)
tree997b40860690e0cac244f4c6f35da9ccf36d5c56
parent012387dd0441a53b5937de6e909338158b44cde4
Only keep the remaining size in SQFile

Replace fields SQFile::size and SQFile::pos by a single field
SQFile::left with the remaining size, which is simpler.
src/script/squirrel.cpp