beyond-all-reason / spring

A powerful free cross-platform RTS game engine
https://beyond-all-reason.github.io/spring/
Other
178 stars 95 forks source link

Remove more "n" from tables #1534

Open sprunk opened 3 weeks ago

sprunk commented 3 weeks ago

Bill of materials to be done before starting this ticket:


Apparently the "n" (as described in #669) still lurks in more functions. See the hs_n var and its uses: https://github.com/beyond-all-reason/spring/blob/747f18b2222860ae264853aa062c5b3d9b164e25/rts/Lua/LuaSyncedRead.cpp#L86

The request is the same as in #669, i.e. change the return value from {stuff, n} to {stuff}, n.