~widelands-dev/widelands/trunk

« back to all changes in this revision

Viewing changes to src/scripting/logic.cc

  • Committer: The Widelands Bunnybot
  • Date: 2024-10-19 13:45:54 UTC
  • Revision ID: bunnybot@widelands.org-20241019134554-kz2gcbecf0y7bd7n
170 files were automatically formatted.

(by bunnybot)
5a9087b08ab9bbc48795ff0f7f1f370f60108b1a

Show diffs side-by-side

added added

removed removed

Lines of Context:
207
207
                if (lua_compare(lua_state_, -1, -3, LUA_OPEQ) != 0) {
208
208
                        lua_pop(lua_state_, 3);  // S: table key
209
209
                        continue;
210
 
                }                               // Make this a global value
 
210
                }  // Make this a global value
211
211
                lua_pop(lua_state_, 1);         // S: table key value globals_table
212
212
                lua_pushvalue(lua_state_, -3);  // S: table key value globals_table key
213
213
                lua_pushvalue(lua_state_, -3);  // S: table key value globals_table key value