Fixed XRick

This commit is contained in:
pelya
2014-02-23 20:49:50 +02:00
parent e82df3c78f
commit 049afaf55d
2 changed files with 3 additions and 3 deletions

View File

@@ -7,10 +7,10 @@ AppName="XRick"
AppFullName=net.xrick.sdl
# Application version code (integer)
AppVersionCode=1021212
AppVersionCode=102121203
# Application user-visible version name (string)
AppVersionName="021212"
AppVersionName="021212.03"
# Specify path to download application data in zip archive in the form 'Description|URL|MirrorURL^Description2|URL2|MirrorURL2^...'
# If you'll start Description with '!' symbol it will be enabled by default, other downloads should be selected by user from startup config menu

View File

@@ -581,7 +581,7 @@ init(void)
game_map = sysarg_args_map;
if (sysarg_args_submap == 0) {
if (sysarg_args_submap == 0 || sysarg_args_submap == map_maps[game_map].submap) {
game_submap = map_maps[game_map].submap;
map_frow = (U8)map_maps[game_map].row;
}