psu_game: Temporary log the game version to make sure it makes sense using it.

This commit is contained in:
Loïc Hoguin 2010-08-25 02:02:45 +02:00
parent d799215d0d
commit 0a0a96ad3d

View File

@ -118,7 +118,8 @@ process_handle(16#020d, << GID:32/little-unsigned-integer, Auth:32/bits, _/bits
end; end;
%% @doc Platform information handler. %% @doc Platform information handler.
process_handle(16#080e, << _:64, _Version:32/little-unsigned-integer, _/bits >>) -> process_handle(16#080e, << _:64, Version:32/little-unsigned-integer, _/bits >>) ->
file:write_file("versions.txt", io_lib:format("~b~n", [Version]), [append]),
?MODULE:process(); ?MODULE:process();
%% @doc Unknown command handler. Do nothing. %% @doc Unknown command handler. Do nothing.