1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-16 08:52:40 +01:00
Files
OpenTTD/src
tron b2def96248 (svn r8276) -Fix
Change the signature of Swap() to be less error prone, i.e. pass the variables to be swapped by reference instead of passing pointers to the variables.
Just do Swap(x, y) instead of Swap(&x, &y). This prevents accidents when the variables are pointers.
2007-01-19 11:47:48 +00:00
..
2007-01-19 11:47:48 +00:00
2007-01-19 06:08:04 +00:00
2007-01-19 11:47:48 +00:00
2007-01-19 11:47:48 +00:00
2007-01-19 11:47:48 +00:00
2007-01-19 11:47:48 +00:00
2007-01-19 11:47:48 +00:00