]> git.lizzy.rs Git - minetest.git/blobdiff - src/rollback_interface.h
Change screenshot colorformat properly
[minetest.git] / src / rollback_interface.h
index c18af3076e1459f82f461d7be6c456e6a0acb459..f16f82b4028f910cf76e82eaf0d6ed80ccf961b8 100644 (file)
@@ -1,6 +1,6 @@
 /*
 Minetest
-Copyright (C) 2012 celeron55, Perttu Ahola <celeron55@gmail.com>
+Copyright (C) 2013 celeron55, Perttu Ahola <celeron55@gmail.com>
 
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU Lesser General Public License as published by
@@ -63,7 +63,7 @@ struct RollbackAction
                TYPE_MODIFY_INVENTORY_STACK,
        } type;
 
-       int unix_time;
+       time_t unix_time;
        std::string actor;
        bool actor_is_guess;