]> git.lizzy.rs Git - minetest.git/blobdiff - src/rollback_interface.h
Don't include cmake_config_githash.h into files that don't need it
[minetest.git] / src / rollback_interface.h
index 8dd429d7669473e9f767fd7f63c1293910e13c40..f16f82b4028f910cf76e82eaf0d6ed80ccf961b8 100644 (file)
@@ -1,6 +1,6 @@
 /*
-Minetest-c55
-Copyright (C) 2012 celeron55, Perttu Ahola <celeron55@gmail.com>
+Minetest
+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;