diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1904,7 +1904,10 @@ int main(int argc, char *argv[]) } } else + { free(tmp); + old_version = 0; + } } if (y>=sdl_scale*(YRES+(MENUSIZE-20))) //mouse checks for buttons at the bottom, to draw mouseover texts { |
